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

ClientSalesAreaVatCodeModel

VAT code model associated with a client sales area.

Idinteger(int32)required

The VAT code identifier.

Namestring or null[ 0 .. 255 ] characters

The name of the VAT code.

Valuenumber(double)required

The VAT rate value as a decimal.

{ "Id": 0, "Name": "string", "Value": 0.1 }

CopyToApplicationResult

Result for a single application copy operation

ApplicationIdinteger(int32)

The target application ID

ApplicationNamestring or null

The name of the target application

Successboolean

Whether the copy was successful

NewPromotionIdinteger or null(int32)

The ID of the newly created promotion (if successful)

ErrorMessagestring or null

Error message if the copy failed

{ "ApplicationId": 0, "ApplicationName": "string", "Success": true, "NewPromotionId": 0, "ErrorMessage": "string" }

CopyToApplicationsRequest

Request model for copying a promotion to other applications

TargetApplicationIdsArray of integers(int32)

List of target application IDs to copy the promotion to

Statusstring

Status to set for the copied promotions (Active or Draft)

{ "TargetApplicationIds": [ 0 ], "Status": "string" }