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

CancelOrderRequest

Request for order cancellation. Either ClientOrderRef or ErpOrderNo must be provided.

ClientOrderRefinteger(int32)required

Basket/Quotation id. Used for order matching.

ErpOrderNostringrequired

ERP order number. Used for order matching.

PaymentsArray of objects(Payment)(Payment)

If supplied, a cancel call is made for all included payments. Required property for each Payment is PaymentRef.

{ "ClientOrderRef": 0, "ErpOrderNo": "string", "Payments": [ {} ] }

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

Order Notification

Operations

Order

Operations

Invoice

Operations

POS Shipment

Operations