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

Address

Line1string

The first address line of the Address. MaxLength: 255.

Line2string

The second address line of the Address. MaxLength: 255.

CareOfstring

The care of part of the Address. MaxLength: 100.

Citystring

The city of the Address. MaxLength: 50.

ZipCodestring

The zipcode of the Address. MaxLength: 50.

Countrystring

The name of the country of the Address. MaxLength: 50.

CountryCodestring

The code of the country of the Address. MaxLength: 3.

Regionstring

The region of the Address. MaxLength: 50.

ShippingPhoneNumberstring

Phone number for shipping address. Only applicable in shipping addresses. MaxLength: 50.

GlobalLocationNostring

The Global Location Number (GLN) is part of the GS1 systems of standards. It is a simple tool used to identify a location and can identify locations uniquely where required. This is only used for invoice addresses. MaxLength: 50.

{ "Line1": "string", "Line2": "string", "CareOf": "string", "City": "string", "ZipCode": "string", "Country": "string", "CountryCode": "string", "Region": "string", "ShippingPhoneNumber": "string", "GlobalLocationNo": "string" }

Company

Idinteger or null(int32)

The internal id of Company.

Nostring

The external code of Company. Usually from an ERP system. MaxLength: 50.

Namestring

The name of Company. MaxLength: 100.

OrgNostring

The organizational number of Company. MaxLength: 50.

{ "Id": 0, "No": "string", "Name": "string", "OrgNo": "string" }

Customer

Idinteger or null(int32)

The internal id of Customer.

Nostring

The external code of Customer. Usually from an ERP system. MaxLength: 50.

FirstNamestring

The first name of Customer. MaxLength: 50.

LastNamestring

The last name of Customer. MaxLength: 50.

SSNstring

The social security number of Customer. MaxLength: 50.

Emailstring

The e-mail of Customer. MaxLength: 255.

Phonestring

The phone number of Customer. MaxLength: 50.

CellPhonestring

The cell phone number of Customer. MaxLength: 50.

{ "Id": 0, "No": "string", "FirstName": "string", "LastName": "string", "SSN": "string", "Email": "string", "Phone": "string", "CellPhone": "string" }

DeliveryNotes

Operations

InfoTypes

Operations

Invoices

Operations

Orders

Operations