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

    Details of an individual item within the order being acknowledged.

    interface OrderItemAcknowledgement {
        acknowledgedQuantity: ItemQuantity;
        buyerProductIdentifier?: string;
        itemSequenceNumber: string;
        vendorProductIdentifier?: string;
    }
    Index

    Properties

    acknowledgedQuantity: ItemQuantity
    buyerProductIdentifier?: string

    Buyer's standard identification number (ASIN) of an item.

    itemSequenceNumber: string

    Line item sequence number for the item.

    vendorProductIdentifier?: string

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