Details of the item being shipped.

Export

PurchaseOrderItems

interface PurchaseOrderItems {
    buyerProductIdentifier?: string;
    itemSequenceNumber: string;
    maximumRetailPrice?: Money;
    shippedQuantity: ItemQuantity;
    vendorProductIdentifier?: string;
}

Properties

buyerProductIdentifier?: string

Amazon Standard Identification Number (ASIN) for a SKU

Memberof

PurchaseOrderItems

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.

Memberof

PurchaseOrderItems

maximumRetailPrice?: Money

Memberof

PurchaseOrderItems

shippedQuantity: ItemQuantity

Memberof

PurchaseOrderItems

vendorProductIdentifier?: string

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

Memberof

PurchaseOrderItems