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

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

ApplicationModel

Application model, represents a storefront for end customers to visit and purchase from, configured with currencies, countries, cultures, sales areas, payment methods, shipping methods, products, and much more.

Idinteger(int32)read-only

The environment wide unique internal Norce Id of the application

Keystring(guid)read-only

The unique key of the application

Namestring or null<= 50 characters

The friendly name of the application

Descriptionstring or null<= 500 characters

A longer description of the application

HostClientIdinteger(int32)

The Host Client Id that owns this application

Urlstring or null<= 255 characters

The URL of the application, e.g. "https://demo.shop.com"

ProductUrlstring or null<= 255 characters

The base URL of the product catalog for the application, used together with a product unique identifier to get the product page from the shop. The allowed "wildcards" are {uniqueurl}, {productid} and {partno}, e.g. "https://demo.shop.com/products/{productId}", "https://demo.shop.com/products/{partNo}" or "https://demo.shop.com/products/{uniqueUrl}"

IsActiveboolean

If false, the application is deactivated and cannot be used by customers

Changedstring or null

The date and time when the Application entity was last changed

ChangedBystring or null

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

{ "Id": 0, "Key": "string", "Name": "string", "Description": "string", "HostClientId": 0, "Url": "string", "ProductUrl": "string", "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