Details of an order.

OrderDetails

Properties

billToParty: PartyIdentification

OrderDetails

customerOrderNumber: string

The customer order number.

OrderDetails

items: OrderItem[]

A list of items in this purchase order.

OrderDetails

orderDate: string

The date the order was placed. This field is expected to be in ISO-8601 date/time format, for example:2018-07-16T23:00:00Z/ 2018-07-16T23:00:00-05:00 /2018-07-16T23:00:00-08:00. If no time zone is specified, UTC should be assumed.

OrderDetails

Current status of the order.

OrderDetails

sellingParty: PartyIdentification

OrderDetails

shipFromParty: PartyIdentification

OrderDetails

shipmentDetails: ShipmentDetails

OrderDetails

shipToParty: Address

OrderDetails

OrderDetails