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

Person

Represents information about person related to an order.

Addressobject(Address)(Address)

Represents person or company address.

CellPhonestring

Mobile phone number. Max length: 50

CompanyCodestring

Always null, deprecated.

CustomerCodestring

Customer code. If exists the person is already in ERP. Max length: 50

Emailstring

Personal email. Max length: 255

FirstNamestring

Person name. Max length: 50

IsActiveboolean

Deprecated

JobTitlestring

Person job title. Max length: 10

LastNamestring

Person surname. Max length: 50

PrivatePhonestring

Private phone number. Max length: 50

SSNstring

Social security number. Max length: 50

WorkPhonestring

Work phone number. Max length: 50

{ "Address": { "Box": "string", "CareOf": "string", "City": "string", "Country": "string", "Line1": "string", "Line2": "string", "Region": "string", "Type": "string", "ZipCode": "string" }, "CellPhone": "string", "CompanyCode": "string", "CustomerCode": "string", "Email": "string", "FirstName": "string", "IsActive": true, "JobTitle": "string", "LastName": "string", "PrivatePhone": "string", "SSN": "string", "WorkPhone": "string" }

PickupStore

Represents pickup store for an order

AdditionalInfoArray of objects(CodeValue)(CodeValue)

3rd party specific information on pickup point (client and transporter decides what this can contain).

Addressobject(Address)(Address)

Represents person or company address.

Codestring

Transporter code for store.

IsDropPointboolean

Determines if store is pick up point.

Namestring

Store name

{ "AdditionalInfo": [ {} ], "Address": { "Box": "string", "CareOf": "string", "City": "string", "Country": "string", "Line1": "string", "Line2": "string", "Region": "string", "Type": "string", "ZipCode": "string" }, "Code": "string", "IsDropPoint": true, "Name": "string" }

PriceListItem

Price list applied to order item.

IsActiveboolean

Sets item in price list to active or inactive.

IsStandardPriceListboolean

Determines if price list is standard.

PriceListNamestring

Name of price list. Max length: 50

QtyBreakinteger(int32)

Threshold value for applying price list based on item quantity.

UnitPricenumber

Sale price for one item only, excluding VAT.

UnitPriceVatnumber

VAT amount for one item only, excluding discounts.

{ "IsActive": true, "IsStandardPriceList": true, "PriceListName": "string", "QtyBreak": 0, "UnitPrice": 0, "UnitPriceVat": 0 }

Order Notification

Operations

Order

Operations

Invoice

Operations

POS Shipment

Operations