Management API (v1)

The Norce Management API lets you manage configurations and metadata on a client.

Download OpenAPI description
Languages
Servers

https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/

Schemas

UpdateApplicationCultureModel

ApplicationCulture model, represents a culture (language and cultural settings) added to the application, allows for end customers to view the store in this culture

CultureCodestring[ 1 .. 16 ] charactersrequired

The Code of the culture. Two letter or five letter codes. MaxLength: 16., e.g. "en-US", or "sv-SE"

IsPrimaryboolean

Primary application culture. Must be set for only one of the active cultures. Can be updated on an existing ApplicationCulture.

IsActiveboolean

If false, the culture is soft deleted from the application

{ "CultureCode": "string", "IsPrimary": true, "IsActive": true }

ApplicationCurrencyModel

ApplicationCurrency model, represents a currency added to the application, allows for end customers to buy and see prices in this currency, as well as adding the currency to client, so that it may be used in business rules, promotions, etc.

Idinteger(int32)required

The system wide unique internal Norce Id of the currency

Codestring or null

The ISO Currency Code, three letter code, e.g. "USD", "EUR", "SEK"

Namestring or null<= 50 characters

Currency name, cannot be updated, for display purposes only

IsActiveboolean

If false, the currency is soft deleted from the application

IsPrimaryboolean

Primary application currency. Must be set for only one of the active currencies. Can be updated on an existing ApplicationCurrency.

ExchangeRatenumber(decimal)

Exchange rate for the currency compared to the EUR. E.g. if this currency is SEK, and 1 SEK = 0.091 EUR, the exchange rate is 0.0910000000, not editable directly from here. Use the exchange rate management features.

Changedstring or null

The date and time when the ApplicationCurrency was last changed, in the application's timezone format

ChangedBystring or null

The name of the user who last changed the ApplicationCurrency, null if never changed

{ "Id": 0, "Code": "string", "Name": "string", "IsActive": true, "IsPrimary": true, "ExchangeRate": 0, "Changed": "string", "ChangedBy": "string" }

ApplicationSalesAreaModel

ApplicationSalesArea model, represents a sales area added to the application, allows for end customers to buy using the sales area vat settings, as well as adding the sales area to the client, so that it may be used in other applications with the same settings. Each sales area must have at least one VatRate defined.

Idinteger(int32)

The system wide unique internal Norce Id of the sales area

Codestring or null<= 50 characters

Sales area code - a unique external identifier used by client systems, e.g. "SE", "US", "44", "FI", can be left as null.

Namestring or null<= 50 characters

Sales area name, cannot be updated, for display purposes only

IsPrimaryboolean

Primary application sales area. Must be set for only one of the active sales areas. Can be updated on an existing ApplicationSalesArea.

IsActiveboolean

If false, the sales area is soft deleted from the application

Changedstring or null

The date and time when the ApplicationSalesArea was last changed

ChangedBystring or null

The name of the user who last changed the ApplicationSalesArea, null if never changed

{ "Id": 0, "Code": "string", "Name": "string", "IsPrimary": true, "IsActive": true, "Changed": "string", "ChangedBy": "string" }

Settings ApplicationCountry

Operations

Settings ApplicationCulture

Operations

Settings ApplicationCurrency

Operations

Settings ApplicationSalesArea

Operations

Settings Application

Operations

Category

Operations

CategoryParametric

Operations

Settings ClientAssortment

Operations

Settings ClientCurrency

Operations

Settings ClientSalesArea

Operations

Customer FlagGroup

Operations

Customer Flag

Operations

Customer InfoType

Operations

Product Family

Operations

Product File

Operations

Product Manufacturer

Operations

Parametric Group

Operations

Parametric List

Operations

Parametric Multiple

Operations

Parametric

Operations

PriceList Population

Operations

PriceList Pricing

Operations

PriceList

Operations

PriceList SupplierPriceList

Operations

PriceList Warehouse

Operations

Product FlagGroup

Operations

Product Flag

Operations

Product InfoType

Operations

Product Type

Operations

Promotion

Operations

Product RelationType

Operations

PriceList RoundingRule

Operations

Shopping InfoType

Operations

Store Application

Operations

Store PriceList

Operations

Store

Operations

Store Warehouse

Operations

Supplier PriceList

Operations

Supplier PriceListWarehouse

Operations

Supplier

Operations

Supplier Warehouse

Operations

Supplier WarehouseLocation

Operations

Product VariantGroup

Operations

Product WarehouseLocation

Operations

Product Warehouse

Operations