The Orders namespace has Entities and Operations used for orders and other related Entities such as DeliveryNotes and Invoices. This namespace has nothing to do with the Checkout process where orders are created, but is more related to order history shown on pages like MyPage and such. The Order history in Storm is mostly a snapshot view of the orders as they looked when they got created in Storm, unless process integrations exists where DeliveryNotes and Invoices are passed to Storm.
STORM API
/Order Service
//
DeliveryNotePackage
Documentation OrderService (1.1)
DeliveryNoteItem
The quantity delivered. This is the quantity delivered on this DeliverNoteItem.
The quantity not delivered. This is the quantity still missing on this DeliverNoteItem.
The external tracking code of the DeliveryNoteItem. Obsolete! - Not used. Tracking info is in DeliveryNotePackage.
{ "Id": 0, "RowNumber": 0, "ItemNo": "string", "ItemDescription": "string", "QtyOrdered": 0, "QtyDelivered": 0, "QtyBackordered": 0, "Comment": "string", "TrackingCodes": [ { … } ], "Status": "string" }