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

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

DeliveryNote

Notification information about shipped order.

DeliveryDatestring(DateTime)required

Date when order was shipped/delivered.

NoteNostringrequired

Delivery note identification number.

OrderNostringrequired

Order number that was shipped.

BuyerCompanyCodestring

Customer code (if company).

BuyerCustomerCodestring

Customer code

DeliveryAddressobject(Address)(Address)

Represents person or company address.

DeliveryAttentionstring

Attention name for receiver.

DeliveryModestring

Delivery mode/method.

DeliveryNamestring

Name of person to receive package.

DeliverynoteItemsArray of objects(DeliveryNoteItem)(DeliveryNoteItem)

List of delivered items.

DeliveryNotePackagesArray of objects(DeliveryNotePackage)(DeliveryNotePackage)

List of packages for delivery tracking.

DivisionCodestring

Division code

IsPrintedboolean

Always null, deprecated

NoteTextstring

Additional comments for delivery.

StatusIdinteger(int32)

Related order status.
4 = Delivered
8 = Partly Delivered
19 = Ready for reservation.

{ "DeliveryDate": "string", "NoteNo": "string", "OrderNo": "string", "BuyerCompanyCode": "string", "BuyerCustomerCode": "string", "DeliveryAddress": { "Box": "string", "CareOf": "string", "City": "string", "Country": "string", "Line1": "string", "Line2": "string", "Region": "string", "Type": "string", "ZipCode": "string" }, "DeliveryAttention": "string", "DeliveryMode": "string", "DeliveryName": "string", "DeliverynoteItems": [ {} ], "DeliveryNotePackages": [ {} ], "DivisionCode": "string", "IsPrinted": true, "NoteText": "string", "StatusId": 0 }

Order Notification

Operations

Order

Operations

Invoice

Operations

POS Shipment

Operations