Interface VendorDirectFulfillmentShippingApiModelV20211228Item

Details of the item being shipped.

Item

interface VendorDirectFulfillmentShippingApiModelV20211228Item {
    buyerProductIdentifier?: string;
    itemSequenceNumber: number;
    shippedQuantity: VendorDirectFulfillmentShippingApiModelV20211228ItemQuantity;
    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

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