Interface VendorDirectFulfillmentShippingApiModelV20211228PackedItem

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

PackedItem

interface VendorDirectFulfillmentShippingApiModelV20211228PackedItem {
    buyerProductIdentifier?: string;
    itemSequenceNumber: number;
    packedQuantity: VendorDirectFulfillmentShippingApiModelV20211228ItemQuantity;
    pieceNumber?: number;
    vendorProductIdentifier?: string;
}

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

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