Package in a POS shipment.
{ "PackageNo": "string", "Barcode": "string", "Comment": "string" }
The Order Service has Entities and Operations concerned with orders created in Norce [Storm].
Represents order shipping information
True if it is expected that the freight fee should be charged one time even if order is delivered in several dispatches.
{ "DeliveryMethodCode": "string", "DoSMSNotify": true, "IsComplete": true, "IsFeeChargedOnce": true, "PickupStore": { "AdditionalInfo": [ … ], "Address": { … }, "Code": "string", "IsDropPoint": true, "Name": "string" }, "ShipAdvisorOrderCode": "string" }
Record of transaction of items. No actions are taken in Norce Commerce from this document. Information only.
List of items for the warehouse transaction.
Optional purchase order reference if transaction has purchase order connection.
{ "Items": [ { … } ], "TransactionNo": "string", "WarehouseCode": "string", "Comment": "string", "DeliveryNoteNo": "string", "ExternalReference": "string", "LocationCode": "string", "OrderNo": "string", "PurchaseOrderNo": "string", "ReasonCode": "string", "TransactionDate": "string", "Type": "string" }