Items in a POS shipment
{ "LineNo": 0, "PartNo": "string", "Quantity": 0, "Name": "string", "PackageNo": "string", "Price": 0, "PurchaseCost": 0, "UnitCost": 0 }
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" }