Skip to content

Documentation OrderService (1.1)

The Orders namespace has Entities and Operations used for orders and other related Entities such as DeliveryNotes and Invoices. This namespace has nothing to do with the Checkout process where orders are created, but is more related to order history shown on pages like MyPage and such. The Order history in Storm is mostly a snapshot view of the orders as they looked when they got created in Storm, unless process integrations exists where DeliveryNotes and Invoices are passed to Storm.

Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.norce.tech/commerce/order/1.1/

Schemas

Schemas

DeliveryNoteItem

Idinteger or null(int32)

The internal id of the DeliveryNoteItem.

RowNumbernumber(decimal)

The row number of the DeliveryNoteItem.

ItemNostring

The PartNo of the DeliveryNoteItem. MaxLength: 50.

ItemDescriptionstring

The name of the DeliveryNoteItem. MaxLength: 255.

QtyOrderednumber(decimal)

The 1uantity ordered. This is the total quantity ordered.

QtyDeliverednumber(decimal)

The quantity delivered. This is the quantity delivered on this DeliverNoteItem.

QtyBackorderednumber(decimal)

The quantity not delivered. This is the quantity still missing on this DeliverNoteItem.

Commentstring

Free text comment on the DeliverNoteItem. MaxLength: 255.

TrackingCodesArray of objects(Tracking)(Tracking)

The external tracking code of the DeliveryNoteItem. Obsolete! - Not used. Tracking info is in DeliveryNotePackage.

Statusstring

The status text of the DeliveryNoteItem. See ListOrderStatuses for information about available statuses. MaxLength: 50.

{ "Id": 0, "RowNumber": 0, "ItemNo": "string", "ItemDescription": "string", "QtyOrdered": 0, "QtyDelivered": 0, "QtyBackordered": 0, "Comment": "string", "TrackingCodes": [ {} ], "Status": "string" }

DeliveryNotePackage

Idinteger or null(int32)

The internal id of the DeliveryNotePackage.

ParcelNumberstring

The external parcel number of the DeliveryNotePackage from the Speditor. Used to track parcels online. MaxLength: 50.

Statusstring

The status text of the DeliveryNotePackage. See ListOrderStatuses for information about available statuses. MaxLength: 50.

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

Info

Codestring

The external code of the Info. MaxLength: 50.

Namestring

The name of the Info. MaxLength: 50.

Descriptionstring

The description of the Info. MaxLength: 500.

Valuestring

The value of the Info. MaxLength: max.

{ "Code": "string", "Name": "string", "Description": "string", "Value": "string" }

DeliveryNotes

Operations

InfoTypes

Operations

Invoices

Operations

Orders

Operations