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

IdValue

Idinteger(int32)

The internal Id of the Entity. This Id might be different in different tiers such as Stage and Production. Use Code if hard coding is required.

Valuestring

The Value of the Entity. MaxLength: max.

Codestring

The Code of the Entity, if existing. Use this value when hard coding is required. MaxLength: 255.

{ "Id": 0, "Value": "string", "Code": "string" }

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

Basket

Operations

Checkout

Operations

DeliveryMethods

Operations

InfoTypes

Operations

OnHand

Operations

OrderRequest

Operations

Payments

Operations

Promotions

Operations

Subscriptions

Operations