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/

DeliveryNotes

Operations

Update a delivery note package status

Request

Updates a DeliveryNotePackage.

Query
cultureCodestring

Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.

Bodyrequired

The DeliveryNotePackage to update. The DeliveryNotePackage must have and Id and Status defined or an exception will be raised.

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.

curl -i -X POST \
  https://customer-slug.api-se.norce.tech/commerce/order/1.1/UpdateDeliveryNotePackage \
  -H 'Content-Type: application/json' \
  -d '{
    "Id": 0,
    "ParcelNumber": "string",
    "Status": "string"
  }'

Responses

Success

Body

InfoTypes

Operations

Invoices

Operations

Orders

Operations