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

InfoModel

Info model, represents a generic info type entity with metadata about its last update.

Idinteger(int64)

The unique identifier for the info entity.

TypeIdinteger(int32)

The type identifier for the info entity.

Namestring or null

The name of the info entity.

Valuestring or null

The value associated with the info entity.

Updatedstring or null(date-time)

The date and time when the info entity was last updated.

UpdatedByinteger(int32)

The user who last updated the value ióf the info entity.

{ "Id": 0, "TypeId": 0, "Name": "string", "Value": "string", "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0 }

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 }