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

    Details of the item being acknowledged.

    interface OrderAcknowledgementItem {
        amazonProductIdentifier?: string;
        discountMultiplier?: string;
        itemAcknowledgements: OrderItemAcknowledgement[];
        itemSequenceNumber?: string;
        listPrice?: Money;
        netCost?: Money;
        orderedQuantity: ItemQuantity;
        vendorProductIdentifier?: string;
    }
    Index

    Properties

    amazonProductIdentifier?: string

    Amazon Standard Identification Number (ASIN) of an item.

    discountMultiplier?: string

    The discount multiplier that should be applied to the price if a vendor sells books with a list price. This is a multiplier factor to arrive at a final discounted price. A multiplier of .90 would be the factor if a 10% discount is given.

    itemAcknowledgements: OrderItemAcknowledgement[]

    This is used to indicate acknowledged quantity.

    itemSequenceNumber?: string

    Line item sequence number for the item.

    listPrice?: Money
    netCost?: Money
    orderedQuantity: ItemQuantity
    vendorProductIdentifier?: string

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