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

PriceListTypeModel

PriceListType model, represents a type classification for price lists. Types help categorize price lists for different purposes.

Idinteger(int32)

The system wide unique identifier of the price list type

Namestring or null[ 0 .. 50 ] characters

The name of the price list type

Descriptionstring or null[ 0 .. 500 ] characters

The description of the price list type

IsActiveboolean

Indicates whether this price list type is active

Changedstring or null

The date and time the price list type was last changed

ChangedBystring or null

Fullname or Systemname of the user who last changed the price list type

{ "Id": 0, "Name": "string", "Description": "string", "IsActive": true, "Changed": "string", "ChangedBy": "string" }

PriceListWarehouseModel

PriceListWarehouse model, represents a warehouse and location associated with a price list. Warehouses help manage stock and by linking them to price lists, facilitate availability functionality for assortments of products.

Idinteger(int32)

The unique identifier of the warehouse

TypeIdinteger(int32)

The identifier of the warehouse type (e.g. Warehouse, Store, Transport, Other)

Codestring or null

The code of the warehouse used for identification purposes

PriceListIdinteger(int32)

The unique identifier of the price list this warehouse is associated with

Namestring or null

The name of the warehouse

LocationIdinteger or null(int32)

The unique identifier of the location within the warehouse

LocationNamestring or null

The name of the location within the warehouse

LocationCodestring or null

The code of the location within the warehouse used for identification purposes

LocationIsIncludedInStockCalculationboolean or null

Indicates whether the location is included in stock calculation processes

IsStandardboolean

Indicates whether this warehouse is set as the standard warehouse for the price list

Changedstring or null

The date and time the association to warehouse and location was last changed

ChangedBystring or null

Fullname or Systemname of the user who last changed the association

{ "Id": 0, "TypeId": 0, "Code": "string", "PriceListId": 0, "Name": "string", "LocationId": 0, "LocationName": "string", "LocationCode": "string", "LocationIsIncludedInStockCalculation": true, "IsStandard": true, "Changed": "string", "ChangedBy": "string" }

ProblemDetails

typestring or null
titlestring or null
statusinteger or null(int32)
detailstring or null
instancestring or null
{ "type": "string", "title": "string", "status": 0, "detail": "string", "instance": "string" }