The Order Service has Entities and Operations concerned with orders created in Norce Commerce.
Documentation Norce Commerce Connect Order Service (4.0)
Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.norce.tech/commerce/connect/4.0/
ClientCustomer
Represents customer, either a person or a company.
{ "Company": { "AdditionalInfo": [ … ], "Addresses": [ … ], "Code": "string", "DeliveryCodeLimit": true, "DeliveryCodes": [ … ], "Email": "string", "Fax": "string", "IsActive": true, "Name": "string", "PaymentCodeLimit": true, "PaymentCodes": [ … ], "Phone": "string", "PriceListCodes": [ … ], "PriceListLimit": true, "VatNo": "string" }, "Person": { "Address": { … }, "CellPhone": "string", "CompanyCode": "string", "CustomerCode": "string", "Email": "string", "FirstName": "string", "IsActive": true, "JobTitle": "string", "LastName": "string", "PrivatePhone": "string", "SSN": "string", "WorkPhone": "string" } }