The status text of the Order. See ListOrderStatuses for information about available statuses. MaxLength: 50.
The source of the Order. 'WEB' is used for all orders created though Storm. MaxLength: 255.
A list of infos used to keep application specific data on the order.
The type of the order. 1 for normal sales order and 3 for orders from subscriptions. 2 is reserved for purchase orders.
The delivery mark of the Order. Gets it's value from the OrderReference field of the basket. MaxLength: 255.
{ "Id": "string", "QuotationId": 0, "OrderNo": "string", "OrderDate": "2019-08-24T14:15:22Z", "Status": "string", "Source": "string", "Currency": "string", "Items": [ { … } ], "SellTo": { "Company": { … }, "Customer": { … }, "Address": { … }, "DropPointCode": "string" }, "BillTo": { "Company": { … }, "Customer": { … }, "Address": { … }, "DropPointCode": "string" }, "ShipTo": { "Company": { … }, "Customer": { … }, "Address": { … }, "DropPointCode": "string" }, "OrderTotalIncVat": 0, "OrderTotalExVat": 0, "PaymentMethod": "string", "DeliveryMethod": "string", "DeliveryNotes": [ { … } ], "Info": [ { … } ], "TypeId": 0, "DeliveryMark": "string", "DropPoint": { "Company": { … }, "Customer": { … }, "Address": { … }, "DropPointCode": "string" } }