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

Application

Idinteger or null(int32)

The system wide unique internal Storm Id for this Application.

ParentIdinteger or null(int32)

Id of the parent application, if any. Will be the same as Id if none exists. Applications with the same parentId share products and customers. Some content and navigation can differ.

Keystring(guid)

The system wide unique Key for this Application.

Namestring

The Name of this Application. MaxLength: 50.

Urlstring

The Url to the Application. MaxLength: 255.

SenderEmailAddressstring

The sender e-mail address for all external communication and notifications if Norce Storm email services are used. MaxLength: 255.

Clientobject(Client)(Client)
Culturesobject(Cultures)(Cultures)
Currenciesobject(Currencies)(Currencies)
Pricelistsobject(Pricelists)(Pricelists)
SalesAreasobject(SalesAreas)(SalesAreas)
Rolesobject(Roles)(Roles)
Countriesobject(Countries)(Countries)
AuthorizationsArray of objects(IdValue)(IdValue)

A list of authorizations available for this application. Can be used when creating customer accounts.

{ "Id": 0, "ParentId": 0, "Key": "string", "Name": "string", "Url": "string", "SenderEmailAddress": "string", "Client": { "Id": 0, "Key": "string", "Name": "string" }, "Cultures": { "List": [], "Default": {} }, "Currencies": { "List": [], "Default": {} }, "Pricelists": { "Ids": [], "Default": 0 }, "SalesAreas": { "List": [], "Default": {} }, "Roles": { "List": [], "Default": {} }, "Countries": { "List": [], "Default": {} }, "Authorizations": [ {} ] }

Client

Idinteger(int32)

The system wide unique internal Storm Id for the Client.

Keystring(guid)

The system wide unique Key for the Client.

Namestring

The Name of the Client. MaxLength: 100.

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

Countries

ListArray of objects(Country)(Country)

A list of countries.

Defaultobject(Country)(Country)
{ "List": [ {} ], "Default": { "Id": 0, "Name": "string", "Code": "string" } }

Application

Operations

Flags

Operations

InfoTypes

Operations

Location

Operations

Stores

Operations