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

Currency

Idinteger(int32)

The internal Storm Id of the currency.

Namestring

The name of the currency. MaxLength: 50.

Codestring

The Code of the currency. ISO 4217 is used. SEK for Swedish kronor. MaxLength: 3.

Prefixstring

The Prefix sign/code if available. MaxLength: 10.

Suffixstring

The suffix sign/code if available. MaxLength: 10.

{ "Id": 0, "Name": "string", "Code": "string", "Prefix": "string", "Suffix": "string" }

Location

StoreIdinteger or null(int32)

This is the internal Storm ID.

StoreCodestring

This is a code used to map Store from an external system. MaxLength: 50.

WarehouseIdinteger or null(int32)

This is the internal Storm ID.

LocationIdIdinteger or null(int32)

This is the internal Storm ID.

{ "StoreId": 0, "StoreCode": "string", "WarehouseId": 0, "LocationIdId": 0 }

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

Application

Operations

Flags

Operations

InfoTypes

Operations

Location

Operations

Stores

Operations