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

IRoundingRuleSetting

Idinteger(int32)
RuleIdinteger(int32)
PriceFromnumber or null(double)
PriceTonumber or null(double)
RoundToDecimalsinteger(int32)
RoundingDirectioninteger or null(int32)
PriceEndsFromnumber or null(double)
PriceEndsTonumber or null(double)
RoundingValuenumber or null(double)
{ "Id": 0, "RuleId": 0, "PriceFrom": 0.1, "PriceTo": 0.1, "RoundToDecimals": 0, "RoundingDirection": 0, "PriceEndsFrom": 0.1, "PriceEndsTo": 0.1, "RoundingValue": 0.1 }

ListCountModelOfPriceListModel

ListArray of objects(PriceListModel)
Countinteger(int32)
{ "List": [ {} ], "Count": 0 }

ManufacturerCultureModel

CultureCodestring or null[ 0 .. 16 ] characters

Gets or sets the culture code for this manufacturer culture.

SupportUrlstring or null[ 0 .. 255 ] characters

Gets or sets the support URL for this culture.

IsSupportUrlInheritedboolean

Gets or sets a value indicating whether the support URL is inherited for this culture.

SupportEmailAddressstring or null[ 0 .. 255 ] characters

Gets or sets the support email address for this culture.

IsSupportEmailAddressInheritedboolean

Gets or sets a value indicating whether the support email address is inherited for this culture.

SupportPhoneNumberstring or null[ 0 .. 500 ] characters

Gets or sets the support phone number for this culture.

IsSupportPhoneNumberInheritedboolean

Gets or sets a value indicating whether the support phone number is inherited for this culture.

SupportAvailableHoursstring or null

Gets or sets the support available hours for this culture.

IsSupportAvailableHoursInheritedboolean

Gets or sets a value indicating whether the support available hours is inherited for this culture.

SupportPolicystring or null

Gets or sets the support policy for this culture.

IsSupportPolicyInheritedboolean

Gets or sets a value indicating whether the support policy is inherited for this culture.

SupportDescriptionstring or null

Gets or sets the support description for this culture.

IsSupportDescriptionInheritedboolean

Gets or sets a value indicating whether the support description is inherited for this culture.

IsTranslatedboolean

Gets or sets a value indicating whether this culture has been translated.

{ "CultureCode": "string", "SupportUrl": "string", "IsSupportUrlInherited": true, "SupportEmailAddress": "string", "IsSupportEmailAddressInherited": true, "SupportPhoneNumber": "string", "IsSupportPhoneNumberInherited": true, "SupportAvailableHours": "string", "IsSupportAvailableHoursInherited": true, "SupportPolicy": "string", "IsSupportPolicyInherited": true, "SupportDescription": "string", "IsSupportDescriptionInherited": true, "IsTranslated": true }