Details of the item being shipped.

Item

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

Properties

buyerProductIdentifier?: string

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

Item

itemSequenceNumber: number

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

Item

shippedQuantity: ItemQuantity

Item

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.

Item

MMNEPVFCICPMFPCPTTAAATR