Skip to content

Documentation Norce Commerce Connect Order Service (4.0)

The Order Service has Entities and Operations concerned with orders created in Norce Commerce.

Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.norce.tech/commerce/connect/4.0/

Schemas

Schemas

ClientCustomer

Represents customer, either a person or a company.

Companyobject(Company)(Company)

Represents a company.

Personobject(Person)(Person)

Represents information about person related to an order.

{ "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" } }

CodeValue

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.

Codestring

Configurable identifier in Norce Commerce. This has erroneous behaviour.

Code2string

Configurable identifier in Norce Commerce.

Idinteger(int32)

Norce Commerce internal id for the info type (use code instead)

Valuestring

The value set to the item from an integrated system to Norce Commerce.

{ "Code": "string", "Code2": "string", "Id": 0, "Value": "string" }

Company

Represents a company.

AdditionalInfoArray of objects(CodeValue)(CodeValue)

Always null, deprecated.

AddressesArray of objects(Address)(Address)

Always null, deprecated.

Codestring

Company code. If exists the company is already in ERP. Max length: 50

DeliveryCodeLimitboolean

Always false, deprecated.

DeliveryCodesArray of strings

Always null, deprecated.

Emailstring

Always null, deprecated.

Faxstring

Always null, deprecated.

IsActiveboolean

Always false, deprecated.

Namestring

Company name. Max length: 100

PaymentCodeLimitboolean

Always false, decprecated.

PaymentCodesArray of strings

Always null, deprecated.

Phonestring

Always null, deprecated.

PriceListCodesArray of strings

Always null, deprecated.

PriceListLimitboolean

Always false, deprecated.

VatNostring

VAT number. Max length: 50

{ "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" }

Order Notification

Operations

Order

Operations

Invoice

Operations

POS Shipment

Operations