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

PriceListPopulationCategoryModel

PriceListPopulationCategory model, represents a category rule used in price list population.

CategoryIdinteger(int32)

The unique identifier of the category

Namestring or null[ 0 .. 50 ] characters

The name of the category

IsCheckedboolean

Indicates whether this category is active or just part of the category tree structure.

IsOpenboolean

Indicates whether this category node is expanded in the tree view, for display purposes only.

CategoriesArray of objects(PriceListPopulationCategoryModel)

The collection of child categories under this category

ManufacturersArray of objects(IdNameChangedModel)

The collection of manufacturers associated with this category rule

FlagsArray of objects(IdNameChangedModel)

The collection of flags associated with this category rule

ParentIdinteger or null(int32)

The identifier of the parent category

Levelinteger(int32)

The hierarchical level of this category in the category tree

IsSupplierRequiredboolean

Indicates whether a supplier product is required for rule to apply

Changedstring or null

The date and time the category was last changed

ChangedBystring or null

Fullname or Systemname of the user who last changed the category

{ "CategoryId": 0, "Name": "string", "IsChecked": true, "IsOpen": true, "Categories": [ {} ], "Manufacturers": [ {} ], "Flags": [ {} ], "ParentId": 0, "Level": 0, "IsSupplierRequired": true, "Changed": "string", "ChangedBy": "string" }

PriceListPopulationModel

PriceListPopulation model, represents the population settings for a price list.

Idinteger(int32)

The unique identifier of the price list

ParentPriceListNamestring or null[ 0 .. 50 ] characters

The name of the parent price list, which this population is associated with

IsSupplierRequiredboolean

Indicates whether a supplier product is required for rule to apply

IsIncludeboolean

Indicates whether this population rule type is include or exclude, determining if the specified criteria should be adding or substracting products from the price list.

IsCheckedboolean

Indicates whether this price list population is active or just part of the category tree structure. Root rule should be active.

CategoriesArray of objects(PriceListPopulationCategoryModel)

The collection of category rules used in this price list population

ManufacturersArray of objects(IdNameChangedModel)

The collection of manufacturers associated with this price list population rule

FlagsArray of objects(IdNameChangedModel)

The collection of flags associated with this price list population rule

{ "Id": 0, "ParentPriceListName": "string", "IsSupplierRequired": true, "IsInclude": true, "IsChecked": true, "Categories": [ {} ], "Manufacturers": [ {} ], "Flags": [ {} ] }

PriceListPricingModel

PriceListPricing model, represents price rules applied to a price list based on various criteria.

Idinteger(int32)

The unique identifier of the price list pricing rule

PriceListIdinteger(int32)

The identifier of the price list this pricing rule belongs to

CategoryIdinteger or null(int32)

The identifier of the category this pricing rule applies to

CategoryNamestring or null

The name of the category this pricing rule applies to

CategoryPathstring or null

The hierarchical path of the category this pricing rule applies to

CategoryParentCountinteger(int32)

The number of parent categories in the category hierarchy

CategoryCodestring or null

The code of the category this pricing rule applies to

ManufacturerIdinteger or null(int32)

The identifier of the manufacturer this pricing rule applies to

ManufacturerNamestring or null

The name of the manufacturer this pricing rule applies to

ManufacturerCodestring or null

The code of the manufacturer this pricing rule applies to

FlagsArray of objects(IdNameCodeModel)

The collection of flags associated with this pricing rule

FlagIdSeedstring or null[ 0 .. 1000 ] characters

The seed string containing flag identifiers for this pricing rule

FlagNamesArray of strings or null

The collection of flag names associated with this pricing rule

MinValuenumber or null(double)

The minimum value threshold for this pricing rule to apply

MaxValuenumber or null(double)

The maximum value threshold for this pricing rule to apply

PriceRuleIdinteger or null(int32)

The identifier of the built-in price rule used in this pricing configuration

PriceRuleNamestring or null

The name of the built-in price rule used in this pricing configuration

PriceRuleLabelstring or null

The label of the built-in price rule used in this pricing configuration

PriceRuleValuenumber or null(double)

The value associated with the price rule in this pricing configuration, depending on the built-in rule type this value can be rebate, margin, uplift, or fixed price. See documentation for more information.

PriceRuleUnitstring or null

The unit of the price rule value, usually percent or amount.

KickbackPercentagenumber or null(double)

The kickback percentage applied in this pricing rule, not normally used.

MinimumProductMarginPercentagenumber or null(double)

The minimum product margin percentage required for this pricing rule. Require purchase or unit costs on the products. Does not affect prixed price rules.

MinimumProductMarginPercentageIsInheritedboolean

Indicates whether the minimum product margin percentage is inherited from parent rules

PreferredPositioninteger or null(int32)

The preferred position order compared to competitors for this pricing rule when competive price rules are used.

LimitToPriceRecommendedboolean or null

Indicates whether sales price must not exceed the recommended price. Required by some manufacturers. Pricing rule will adjust price down if needed.

SupplementChargenumber or null(double)

The fixed supplement charge amount applied to the cost before price rule calculation by this pricing rule, ignored if SupplementChargePercentage is used. Valid for only cost based pricing rules.

SupplementChargePercentagenumber or null(double)

The supplement charge percentage applied to the cost before price rule calculation by this pricing rule. Valid for only cost based pricing rules.

IsActiveboolean

Indicates whether this pricing rule is currently active

Changedstring or null

The date and time when this pricing rule was last changed

ChangedBystring or null

The fullname or systemname of the user who last changed this pricing rule

{ "Id": 0, "PriceListId": 0, "CategoryId": 0, "CategoryName": "string", "CategoryPath": "string", "CategoryParentCount": 0, "CategoryCode": "string", "ManufacturerId": 0, "ManufacturerName": "string", "ManufacturerCode": "string", "Flags": [ {} ], "FlagIdSeed": "string", "FlagNames": [ "string" ], "MinValue": 0.1, "MaxValue": 0.1, "PriceRuleId": 0, "PriceRuleName": "string", "PriceRuleLabel": "string", "PriceRuleValue": 0.1, "PriceRuleUnit": "string", "KickbackPercentage": 0.1, "MinimumProductMarginPercentage": 0.1, "MinimumProductMarginPercentageIsInherited": true, "PreferredPosition": 0, "LimitToPriceRecommended": true, "SupplementCharge": 0.1, "SupplementChargePercentage": 0.1, "IsActive": true, "Changed": "string", "ChangedBy": "string" }