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

SupplierWarehouseModel

Supplier warehouse model, represents the relationship between a supplier and warehouse with various operational settings and configurations.

Idinteger(int32)

The supplier warehouse identifier

SupplierIdinteger(int32)

The supplier identifier associated with this warehouse

Namestring or null

The name of the supplier warehouse

CostBlockinteger or null(int32)

The cost block identifier, deprecated property.

FreightCostnumber or null(double)

The freight cost associated with this supplier warehouse, deprecated property.

MinimumOrderValuenumber or null(double)

The minimum order value required for this supplier warehouse, deprecated property.

MinimumOrderValueCostnumber or null(double)

The cost associated with minimum order value requirements, deprecated property.

StandardLeadTimeDayCountinteger or null(int32)

The standard lead time usually in days for goods from this supplier warehouse

TransferMethodValuestring or null[ 0 .. 255 ] characters

The transfer method value for this supplier warehouse, deprecated property.

IgnoreStockboolean

Indicates whether stock should be ignored for this supplier warehouse, use this for additional warehouses that should not affect stock based business logic.

IsStandardboolean

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

IsActiveboolean

Indicates whether this supplier warehouse is active

LastImportedstring or null(date-time)

The date and time when data was last imported for this supplier warehouse, obsolete property, see import logs for details.

NextExpectedDatestring or null(date-time)

The next expected date for deliveries or updates from this supplier warehouse, deprecated property.

TransferMethodIdinteger or null(int32)

The transfer method identifier used for this supplier warehouse, deprecated property.

Changedstring or null

The date and time the supplier warehouse was last changed

ChangedBystring or null

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

{ "Id": 0, "SupplierId": 0, "Name": "string", "CostBlock": 0, "FreightCost": 0.1, "MinimumOrderValue": 0.1, "MinimumOrderValueCost": 0.1, "StandardLeadTimeDayCount": 0, "TransferMethodValue": "string", "IgnoreStock": true, "IsStandard": true, "IsActive": true, "LastImported": "2019-08-24T14:15:22Z", "NextExpectedDate": "2019-08-24T14:15:22Z", "TransferMethodId": 0, "Changed": "string", "ChangedBy": "string" }

UpdateApplicationCultureModel

ApplicationCulture model, represents a culture (language and cultural settings) added to the application, allows for end customers to view the store in this culture

CultureCodestring<= 16 charactersrequired

The Code of the culture. Two letter or five letter codes. MaxLength: 16., e.g. "en-US", or "sv-SE"

IsPrimaryboolean

Primary application culture. Must be set for only one of the active cultures. Can be updated on an existing ApplicationCulture.

IsActiveboolean

If false, the culture is soft deleted from the application

{ "CultureCode": "string", "IsPrimary": true, "IsActive": true }

UpdateClientCurrencyModel

UpdateClientCurrencyModel model, represents a currency associated with the client, the UpdateClientCurrencyModel has only the updateable properties.

Idinteger(int32)

The currency identifier in the system.

IsExchangeRateInheritedboolean

Indicates whether the exchange rate is inherited from the default

ExchangeRatenumber or null(double)[ 0 .. 999999999 ]

The client specific exchange rate of the currency. The rate is defined from EUR (1.000000000) and all other currencies are defined against EUR. If set, Norce will not update exchange rate automatically. It is left to the client to maintain the rate.

{ "Id": 0, "IsExchangeRateInherited": true, "ExchangeRate": 999999999 }