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

    Details of the item being shipped.

    interface PackedItems {
        buyerProductIdentifier?: string;
        itemDetails?: PackageItemDetails;
        itemSequenceNumber?: string;
        packedQuantity?: ItemQuantity;
        vendorProductIdentifier?: string;
    }
    Index

    Properties

    buyerProductIdentifier?: string

    Buyer Standard Identification Number (ASIN) of an item.

    itemDetails?: PackageItemDetails
    itemSequenceNumber?: string

    Item sequence number for the item. The first item will be 001, the second 002, and so on. This number is used as a reference to refer to this item from the carton or pallet level.

    packedQuantity?: ItemQuantity
    vendorProductIdentifier?: string

    The vendor selected product identification of the item. Should be the same as was sent in the purchase order.