Details of an order.

OrderDetails

Properties

billToParty?: PartyIdentification

OrderDetails

buyingParty?: PartyIdentification

OrderDetails

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.

OrderDetails

deliveryWindow?: string

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

OrderDetails

importDetails?: ImportDetails

OrderDetails

items: OrderItem[]

A list of items in this purchase order.

OrderDetails

Payment method used.

OrderDetails

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.

OrderDetails

purchaseOrderDate: string

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

OrderDetails

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.

OrderDetails

Type of purchase order.

OrderDetails

sellingParty?: PartyIdentification

OrderDetails

shipToParty?: PartyIdentification

OrderDetails

shipWindow?: string

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

OrderDetails