Represents a configurable information item that is stored in Norce Commerce but maintained by other integrated systems via the APIs. Preferable to use Code2 over Code.
{ "Code": "string", "Code2": "string", "Id": 0, "Value": "string" }
The Order Service has Entities and Operations concerned with orders created in Norce [Storm].
Represents a company.
{ "AdditionalInfo": [ { … } ], "Addresses": [ { … } ], "Code": "string", "DeliveryCodeLimit": true, "DeliveryCodes": [ "string" ], "Email": "string", "Fax": "string", "IsActive": true, "Name": "string", "PaymentCodeLimit": true, "PaymentCodes": [ "string" ], "Phone": "string", "PriceListCodes": [ "string" ], "PriceListLimit": true, "VatNo": "string" }
Notification information about shipped order.
List of packages for delivery tracking.
{ "DeliveryDate": "string", "NoteNo": "string", "OrderNo": "string", "BuyerCompanyCode": "string", "BuyerCustomerCode": "string", "DeliveryAddress": { "Box": "string", "CareOf": "string", "City": "string", "Country": "string", "Line1": "string", "Line2": "string", "Region": "string", "Type": "string", "ZipCode": "string" }, "DeliveryAttention": "string", "DeliveryMode": "string", "DeliveryName": "string", "DeliverynoteItems": [ { … } ], "DeliveryNotePackage": [ { … } ], "DivisionCode": "string", "IsPrinted": true, "NoteText": "string", "StatusId": 0 }