Skip to content

Documentation ApplicationService (1.1)

The Applications namespace has Entities and Operations concerned with the Application as such. It contains the Application entity, Stores and other lookup data common to an Application.

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

Schemas

Schemas

LocationInfo

CountryCodestring

This is country code for the location. MaxLength: 3.

ZipCodestring

This is zip code for the location. MaxLength: 50.

Deliveryobject(Location)(Location)
Pickupobject(Location)(Location)
Paymentobject(Location)(Location)
{ "CountryCode": "string", "ZipCode": "string", "Delivery": { "StoreId": 0, "StoreCode": "string", "WarehouseId": 0, "LocationIdId": 0 }, "Pickup": { "StoreId": 0, "StoreCode": "string", "WarehouseId": 0, "LocationIdId": 0 }, "Payment": { "StoreId": 0, "StoreCode": "string", "WarehouseId": 0, "LocationIdId": 0 } }

Pricelists

IdsArray of integers(int32)

A list of priceList ids.

Defaultinteger(int32)

The default priceList id from the list.

{ "Ids": [ 0 ], "Default": 0 }

Role

Idinteger(int32)

The internal Id of the role.

Namestring

The Name of the role. MaxLength: 50.

Descriptionstring

The Description of the role. MaxLength: 500.

{ "Id": 0, "Name": "string", "Description": "string" }

Application

Operations

Flags

Operations

InfoTypes

Operations

Location

Operations

Stores

Operations