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

Address

Represents person or company address.

Boxstring

Box information. Max length: 100

CareOfstring

Care of information. Max length: 100

Citystring

City. Max length: 50

Countrystring

Country code in ISO 3166-1 alpha-2 format, e.g. SE, BY. Max length: 2

Line1string

First line of address. Max length: 100

Line2string

Second line of address. Max length: 100

Regionstring

Region. Max length: 50

Typestring

Always null. Deprecated

ZipCodestring

Zip code. Max length: 50

{ "Box": "string", "CareOf": "string", "City": "string", "Country": "string", "Line1": "string", "Line2": "string", "Region": "string", "Type": "string", "ZipCode": "string" }

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

Order Notification

Operations

Order

Operations

Invoice

Operations

POS Shipment

Operations