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

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 }

Promotion

Represents a promotional discount on an order row.

AppliedAmountnumber

Amount applied to the order item from this promotion.

DiscountCodestring

External code for the promotion (if configured in Norce Commerce). Max length: 50

Idinteger(int32)

Norce Commerce internal id for the promotion.

Namestring

Name of the promotion. Max length: 255

{ "AppliedAmount": 0, "DiscountCode": "string", "Id": 0, "Name": "string" }

Order Notification

Operations

Order

Operations

Invoice

Operations

POS Shipment

Operations