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

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

OrdersCustomer

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

ProductsFlag

Idinteger(int32)

The internal Id of the Flag.

Namestring

The Name of the Flag. MaxLength: 50.

TypeIdinteger(int32)

The Type of the Flag. ProductFlags have TypeId = 1 and VariantFlags have TypeId = 2.

GroupIdinteger(int32)

The GroupId of the Flag. This value is client specific and can be used to group product flags.

Descriptionstring

The Description of the Flag. MaxLength: 500.

Codestring

The external Code for the flag. MaxLength: 500.

{ "Id": 0, "Name": "string", "TypeId": 0, "GroupId": 0, "Description": "string", "Code": "string" }

Basket

Operations

Checkout

Operations

DeliveryMethods

Operations

InfoTypes

Operations

OnHand

Operations

OrderRequest

Operations

Payments

Operations

Promotions

Operations

Subscriptions

Operations