Skip to content

Documentation ShoppingService (1.1)

Entities and methods to handle baskets and payments.

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

Schemas

Schemas

NameValue

Namestring

The Name of the Entity. MaxLength: 50.

Valuestring

The Value of the Entity. MaxLength: max.

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

OrdersAddress

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" }

OrdersCompany

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" }

Basket

Operations

Checkout

Operations

DeliveryMethods

Operations

InfoTypes

Operations

OnHand

Operations

OrderRequest

Operations

Payments

Operations

Promotions

Operations

Subscriptions

Operations