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

    An item within an order

    interface OrderItem {
        buyerProductIdentifier?: string;
        giftDetails?: GiftDetails;
        itemSequenceNumber: string;
        netPrice: Money;
        orderedQuantity: ItemQuantity;
        scheduledDeliveryShipment?: ScheduledDeliveryShipment;
        taxDetails?: OrderItemTaxDetails;
        title?: string;
        totalPrice?: Money;
        vendorProductIdentifier?: string;
    }
    Index

    Properties

    buyerProductIdentifier?: string

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

    giftDetails?: GiftDetails
    itemSequenceNumber: string

    Numbering of the item on the purchase order. The first item will be 1, the second 2, and so on.

    netPrice: Money
    orderedQuantity: ItemQuantity
    scheduledDeliveryShipment?: ScheduledDeliveryShipment
    taxDetails?: OrderItemTaxDetails
    title?: string

    Title for the item.

    totalPrice?: Money
    vendorProductIdentifier?: string

    The vendor selected product identification of the item.