Selling Partner API SDK for JavaScript
    Preparing search index...

    Details of the item being shipped.

    interface Item {
        buyerProductIdentifier?: string;
        itemSequenceNumber: number;
        shippedQuantity: ItemQuantity;
        vendorProductIdentifier?: string;
    }
    Index

    Properties

    buyerProductIdentifier?: string

    The buyer's Amazon Standard Identification Number (ASIN) of an item. Either buyerProductIdentifier or vendorProductIdentifier is required.

    itemSequenceNumber: number

    The sequence number of the item. The number must be the same as the order number of the item.

    shippedQuantity: ItemQuantity
    vendorProductIdentifier?: string

    An item's product identifier, which the vendor selects. This identifier should be the same as the identifier, such as a SKU, in the purchase order.