Management API (v1)

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

Download OpenAPI description
Languages
Servers
Playground

https://{slug}.api-se.playground.norce.tech/commerce/

Stage

https://{slug}.api-se.stage.norce.tech/commerce/

Production

https://{slug}.api-se.norce.tech/commerce/

Settings ApplicationCountry

Manage application countries

Operations

Settings ApplicationCulture

Manage application cultures

Operations

Settings ApplicationCurrency

Operations

Settings ApplicationSalesArea

Operations

Settings Application

Operations

Category

Manage categories

Operations

CategoryParametric

Manage parametric categories

Operations

Settings ClientAssortment

Operations

Settings ClientCurrency

Operations

PriceList ClientPriceListType

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 PriceListType

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

Schemas

CopyToApplicationsResponse

Response model for the copy-to-applications operation

ResultsArray of objects(CopyToApplicationResult)

List of results for each target application

SuccessCountinteger(int32)

Total number of successful copies

FailureCountinteger(int32)

Total number of failed copies

{ "Results": [ {} ], "SuccessCount": 0, "FailureCount": 0 }

CustomerFlagCultureModel

CultureCodestring or null[ 0 .. 16 ] characters

The culture code, e.g. "sv-SE" or "en-US".

IsTranslatedboolean

Indicates whether any of the fields have been translated for this culture.

Namestring or null[ 0 .. 50 ] characters

The customer flag name in the specific language.

IsNameInheritedboolean

Indicates whether the customer flag name is inherited from the default language.

Descriptionstring or null[ 0 .. 500 ] characters

The customer flag description in the specific language.

IsDescriptionInheritedboolean

Indicates whether the customer flag description is inherited from the default language.

{ "CultureCode": "string", "IsTranslated": true, "Name": "string", "IsNameInherited": true, "Description": "string", "IsDescriptionInherited": true }

CustomerFlagGroupCultureModel

CultureCodestring or null[ 0 .. 16 ] characters

The culture code, e.g. "sv-SE" or "en-US".

IsTranslatedboolean

Indicates whether any of the fields have been translated for this culture.

Namestring or null[ 0 .. 50 ] characters

The customer flag group name in the specific language.

IsNameInheritedboolean

Indicates whether the customer flag group name is inherited from the default language.

Descriptionstring or null[ 0 .. 500 ] characters

The customer flag group description in the specific language.

IsDescriptionInheritedboolean

Indicates whether the customer flag group description is inherited from the default language.

{ "CultureCode": "string", "IsTranslated": true, "Name": "string", "IsNameInherited": true, "Description": "string", "IsDescriptionInherited": true }