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

    Details of an order.

    Index

    Properties

    billToParty?: PartyIdentification
    buyingParty?: PartyIdentification
    dealCode?: string

    If requested by the recipient, this field will contain a promotional/deal number. The discount code line is optional. It is used to obtain a price discount on items on the order.

    deliveryWindow?: string

    Defines a date time interval according to ISO8601. Interval is separated by double hyphen (--).

    importDetails?: ImportDetails
    items: OrderItem[]

    A list of items in this purchase order.

    Payment method used.

    purchaseOrderChangedDate?: string

    The date when purchase order was last changed by Amazon after the order was placed. This date will be greater than 'purchaseOrderDate'. This means the PO data was changed on that date and vendors are required to fulfill the updated PO. The PO changes can be related to Item Quantity, Ship to Location, Ship Window etc. This field will not be present in orders that have not changed after creation. Must be in ISO-8601 date/time format.

    purchaseOrderDate: string

    The date the purchase order was placed. Must be in ISO-8601 date/time format.

    purchaseOrderStateChangedDate: string

    The date when current purchase order state was changed. Current purchase order state is available in the field 'purchaseOrderState'. Must be in ISO-8601 date/time format.

    Type of purchase order.

    sellingParty?: PartyIdentification
    shipToParty?: PartyIdentification
    shipWindow?: string

    Defines a date time interval according to ISO8601. Interval is separated by double hyphen (--).