Selling Partner API SDK for JavaScript

    An item that has been packed into a container for shipping.

    PackedItem

    interface PackedItem {
        buyerProductIdentifier?: string;
        itemSequenceNumber: number;
        packedQuantity: ItemQuantity;
        pieceNumber?: number;
        vendorProductIdentifier?: string;
    }
    Index

    Properties

    buyerProductIdentifier?: string

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

    PackedItem

    itemSequenceNumber: number

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

    PackedItem

    packedQuantity: ItemQuantity

    PackedItem

    pieceNumber?: number

    The piece number of the item in this container. This is required when the item is split across different containers.

    PackedItem

    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.

    PackedItem

    MMNEPVFCICPMFPCPTTAAATR