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

DeliveryNotePackage

Package information for tracking.

Idinteger

Always null, deprecated

ParcelNumberstring

Tracking number.

StatusIdinteger(int32)

Parcel status:
4 = Delivered
6 = Canceled
11 = Ready for pickup
12 = Pickedup
20 = Reserved

{ "Id": 0, "ParcelNumber": "string", "StatusId": 0 }

Discount

Order discount

Amountnumber

Discount amount.

Codestring

Discount code. Used for discount matching in Norce Commerce.

Typestring

Discount type

{ "Amount": 0, "Code": "string", "Type": "string" }

Fee

Represents a fee on an order

Amountnumber

Fee amount.

Descriptionstring

Fee description.

Typeinteger(int32)

Fee type.
0 = Shipping
1 = Invoice

VatRatenumber

VAT in percent.

{ "Amount": 0, "Description": "string", "Type": 0, "VatRate": 0 }

Order Notification

Operations

Order

Operations

Invoice

Operations

POS Shipment

Operations