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

RoundingRuleSettingModel

Idinteger(int32)

The internal rounding rule setting identifier

RuleIdinteger(int32)

The identifier of the parent rounding rule

PriceFromnumber or null(double)

The range criteria for the rounding rule setting to apply, minimum price value

PriceTonumber or null(double)

The range criteria for the rounding rule setting to apply, maximum price value

PriceEndsFromnumber or null(double)

Optional span criteria: The minimum price ending value for this rounding setting to apply

PriceEndsTonumber or null(double)

Optional span criteria: The maximum price ending value for this rounding setting to apply

RoundToDecimalsinteger(int32)

The number of decimal places to round to, allowed values are 2 (0.0X), 1 (0.X0), 0 (X.00), -1 (X0.00), -2 (X00.00)

RoundingDirectioninteger or null(int32)

The rounding direction (up, down, or closest)

RoundingValuenumber or null(double)

Optional offset after rounding. A rounding to 2.00 with an offset of -0.01, for example, will change to 1.99.

Changedstring or null

The date and time the rounding rule setting was last changed

ChangedBystring or null

Fullname or Systemname of the user who last changed the rounding rule setting

{ "Id": 0, "RuleId": 0, "PriceFrom": 0.1, "PriceTo": 0.1, "PriceEndsFrom": 0.1, "PriceEndsTo": 0.1, "RoundToDecimals": 0, "RoundingDirection": 0, "RoundingValue": 0.1, "Changed": "string", "ChangedBy": "string" }

RoundingTestPair

Pricenumber(double)

A "raw" price value for testing rounding rules

Roundednumber or null(double)

The rounded price result after applying rounding rules

{ "Price": 0.1, "Rounded": 0.1 }

SalesAreaVatCodeModel

Sales area VAT code model, used for displaying and managing VAT codes per sales area. Represents the relationship between sales areas and their associated VAT codes, including inheritance from default settings.

SalesAreaIdinteger(int32)

The sales area identifier that this VAT code is associated with

SalesAreaNamestring or null

The display name of the sales area in the current language

VatCodeIdinteger or null(int32)

The VAT code identifier specifically configured for this sales area. If null, the inherited VAT code will be used

InheritedVatCodeIdinteger(int32)

The VAT code identifier that is inherited from the sales area's default configuration

IsVatCodeIdInheritedboolean

Indicates whether the VAT code is inherited from the default configuration rather than being explicitly set for this sales area

VatCodeIdInheritedFromstring or null

Describes the source from which the VAT code is inherited (e.g., "Application", "System")

VatCodeNamestring or null

The display name of the VAT code currently assigned to this sales area

VatCodeValuenumber(double)

The tax rate value as a decimal for the VAT code currently assigned to this sales area

InheritedVatCodeNamestring or null

The display name of the inherited VAT code that would be used if no specific VAT code is configured

InheritedVatCodeValuenumber(double)

The tax rate value as a decimal for the inherited VAT code that would be used if no specific VAT code is configured

{ "SalesAreaId": 0, "SalesAreaName": "string", "VatCodeId": 0, "InheritedVatCodeId": 0, "IsVatCodeIdInherited": true, "VatCodeIdInheritedFrom": "string", "VatCodeName": "string", "VatCodeValue": 0.1, "InheritedVatCodeName": "string", "InheritedVatCodeValue": 0.1 }