SMART Return Order Model.
Property | Description | Required | Data Type |
---|---|---|---|
OrderNumber | The clients unique identifier of the order. | True | String |
OrderDate | The date and time when the order was created. ISO 8601 format required: '2017-10-25T11:34:26+00:00'. | True | String |
Price | The sum of all the prices of all the items in the order, taxes and discounts included. | True | Decimal |
Currency | The currency used for the order using ISO 4217 values | True | String |
Customer | An object containing information about the customer that placed the order. | True | Customer |
Address | An object containing information about the address used for the order. | True | OrderAddress |
Lines | A list of objects containing information on the products or services within the order. | True | OrderLine |