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

VariantGroupCultureModel

CultureCodestring or null[ 0 .. 16 ] characters

The culture code for this translation

IsTranslatedboolean

Indicates whether this culture has been translated

Namestring or null[ 0 .. 50 ] characters

The translated name of the variant group for this culture

IsNameInheritedboolean

Indicates whether the name is inherited from the default culture

Descriptionstring or null[ 0 .. 500 ] characters

The translated description of the variant group for this culture

IsDescriptionInheritedboolean

Indicates whether the description is inherited from the default culture

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

VariantGroupModel

VariantGroup model (called variant types in the admin interface), represents groups of variant types (called simply parametrics from its specific parametric it is associated to in the admin interface) that can be associated with products to define their variants. Each variant group can have culture-specific names and descriptions.

Idinteger(int32)

The variant group identifier

Namestring or null[ 0 .. 50 ] characters

The name of the variant group in the current culture

DefaultNamestring or null[ 0 .. 50 ] characters

The default name of the variant group

IsNameInheritedboolean

Indicates whether the name is inherited from the default culture

Descriptionstring or null[ 0 .. 500 ] characters

The description of the variant group in the current culture

DefaultDescriptionstring or null[ 0 .. 500 ] characters

The default description of the variant group

IsDescriptionInheritedboolean

Indicates whether the description is inherited from the default culture

Codestring or null[ 0 .. 50 ] characters

The unique code identifier for the variant group

IsActiveboolean

Indicates whether the variant group is active

Changedstring or null

The date and time when the variant group was last changed

ChangedBystring or null

Fullname or Systemname of the user who last changed the variant group

VariantTypesArray of objects(VariantTypeModel)

The list of variant types associated with this variant group

CulturesArray of objects(VariantGroupCultureModel)

The list of culture-specific translations for this variant group

{ "Id": 0, "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "Code": "string", "IsActive": true, "Changed": "string", "ChangedBy": "string", "VariantTypes": [ {} ], "Cultures": [ {} ] }

VariantTypeCultureModel

CultureCodestring or null[ 0 .. 16 ] characters

The culture code for this translation

IsTranslatedboolean

Indicates whether this culture has been translated

Namestring or null[ 0 .. 50 ] characters

The translated name of the variant type for this culture

IsNameInheritedboolean

Indicates whether the name is inherited from the default culture

Descriptionstring or null[ 0 .. 500 ] characters

The translated description of the variant type for this culture

IsDescriptionInheritedboolean

Indicates whether the description is inherited from the default culture

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