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

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

Pricelists

IdsArray of integers(int32)

A list of priceList ids.

Defaultinteger(int32)

The default priceList id from the list.

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

Application

Operations

Flags

Operations

InfoTypes

Operations

Location

Operations

Stores

Operations