Management API (v1)

The Norce Management API lets you manage configurations and metadata on a client.

Download OpenAPI description
Languages
Servers

https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/

Schemas

WarehouseLocationModel

WarehouseLocation model, represents a specific location within a warehouse. Each location can have unique attributes such as code, name, and whether it is the standard location for the warehouse. It can also override lead times and stock calculation settings from the warehouse.

Idinteger(int32)

The warehouse location identifier

Codestring or null

The warehouse location code, must be unique within the warehouse

Namestring or null[ 0 .. 50 ] characters

The name of the warehouse location

IsStandardboolean

Indicates whether this is the standard location for the warehouse, only one location can be marked as standard per warehouse.

StandardLeadTimeDayCountinteger or null(int32)

The standard lead time commonly in days for this warehouse location, overrides warehouse setting if specified

IsIncludedInStockCalculationboolean

Indicates whether this location is included in stock calculations. Set to false if the location is used for display only and should not affect business logic.

PrimaryPriceListIdinteger(int32)

The primary price list identifier for this warehouse location

PrimaryPriceListNamestring or null

The name of the primary price list for this warehouse location

Changedstring or null

The date and time when the warehouse location was last changed

ChangedBystring or null

Fullname or Systemname of the user who last changed the warehouse location

{ "Id": 0, "Code": "string", "Name": "string", "IsStandard": true, "StandardLeadTimeDayCount": 0, "IsIncludedInStockCalculation": true, "PrimaryPriceListId": 0, "PrimaryPriceListName": "string", "Changed": "string", "ChangedBy": "string" }

WarehouseModel

Warehouse model, represents a warehouse in the system. Each warehouse can have specific location details and types. Warehouses are used for availability calculation, order reservation, and in-stock based business rules.

Idinteger(int32)

The warehouse identifier

TypeIdinteger(int32)

The warehouse type identifier, see WarehouseTypeModel

TypeNamestring or null

The name of the warehouse type

Codestring or null

The warehouse code, must be unique for the client setup.

Namestring or null[ 0 .. 50 ] characters

The name of the warehouse in the current culture

LocationsArray of objects(WarehouseLocationModel)

The list of locations associated with this warehouse

LocationIdinteger or null(int32)

The first or default location identifier for this warehouse

LocationNamestring or null

The name of the first or default location for this warehouse

IsStandardboolean

Indicates whether this is a standard warehouse, only one warehouse can be marked as standard for a client.

StandardLeadTimeDayCountinteger or null(int32)

The standard lead time in commonly measured in days for this warehouse

IsActiveboolean

Indicates whether the warehouse is active

Changedstring or null

The date and time when the warehouse was last changed

ChangedBystring or null

Fullname or Systemname of the user who last changed the warehouse

{ "Id": 0, "TypeId": 0, "TypeName": "string", "Code": "string", "Name": "string", "Locations": [ {} ], "LocationId": 0, "LocationName": "string", "IsStandard": true, "StandardLeadTimeDayCount": 0, "IsActive": true, "Changed": "string", "ChangedBy": "string" }

Settings ApplicationCountry

Operations

Settings ApplicationCulture

Operations

Settings ApplicationCurrency

Operations

Settings ApplicationSalesArea

Operations

Settings Application

Operations

Category

Operations

CategoryParametric

Operations

Settings ClientAssortment

Operations

Settings ClientCurrency

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 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