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

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

List supplier price lists for a price list

Request

Get a list of all supplier price lists linked to a specific price list

Path
priceListIdinteger(int32)required

(client) Price list id

Headers
account-idintegerrequired

User Account ID

application-idintegerrequired

Application ID

curl -i -X GET \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/pricing/pricelist/{priceListId}/supplierpricelist' \
  -H 'account-id: 0' \
  -H 'application-id: 0'

Responses

Returns a list of supplier price lists, if any exist

Bodyapplication/json
Idinteger(int32)

The unique identifier of the supplier price list

PriceListIdinteger(int32)

The unique identifier of the (client) price list

Namestring or null[ 0 .. 50 ] characters

The name of the supplier price list

SupplierNamestring or null

The name of the supplier

SupplierIdinteger(int32)

The unique identifier of the supplier

SupplierCodestring or null

The supplier code

SupplierCountrystring or null

The country of the supplier

SupplierIsChosenSupplierEnabledboolean

Indicates whether the supplier has chosen supplier functionality enabled

SupplierPriceListCurrencyCodestring or null

The currency code of the supplier price list

Codestring or null

The code of the supplier price list

Changedstring or null

The date and time when the record was last changed

ChangedBystring or null

Fullname or Systemname of the user who last changed the record

Response
application/json
{ "Id": 0, "PriceListId": 0, "Name": "string", "SupplierName": "string", "SupplierId": 0, "SupplierCode": "string", "SupplierCountry": "string", "SupplierIsChosenSupplierEnabled": true, "SupplierPriceListCurrencyCode": "string", "Code": "string", "Changed": "string", "ChangedBy": "string" }

Add or Update supplier price lists for a price list

Request

Update the complete list of supplier price lists linked to a specific price list

Path
priceListIdinteger(int32)required

(client) Price list id

Headers
account-idintegerrequired

User Account ID

application-idintegerrequired

Application ID

Bodyapplication/jsonrequired

A complete list of supplier price lists to set, existing links will be replaced. New links are allowed.

Array [
Idinteger(int32)

The unique identifier of the supplier price list

PriceListIdinteger(int32)

The unique identifier of the (client) price list

Namestring or null[ 0 .. 50 ] characters

The name of the supplier price list

SupplierNamestring or null

The name of the supplier

SupplierIdinteger(int32)

The unique identifier of the supplier

SupplierCodestring or null

The supplier code

SupplierCountrystring or null

The country of the supplier

SupplierIsChosenSupplierEnabledboolean

Indicates whether the supplier has chosen supplier functionality enabled

SupplierPriceListCurrencyCodestring or null

The currency code of the supplier price list

Codestring or null

The code of the supplier price list

Changedstring or null

The date and time when the record was last changed

ChangedBystring or null

Fullname or Systemname of the user who last changed the record

]
curl -i -X PUT \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/pricing/pricelist/{priceListId}/supplierpricelist' \
  -H 'Content-Type: application/json' \
  -H 'account-id: 0' \
  -H 'application-id: 0' \
  -d '[
    {
      "Id": 0,
      "PriceListId": 0,
      "Name": "string",
      "SupplierName": "string",
      "SupplierId": 0,
      "SupplierCode": "string",
      "SupplierCountry": "string",
      "SupplierIsChosenSupplierEnabled": true,
      "SupplierPriceListCurrencyCode": "string",
      "Code": "string",
      "Changed": "string",
      "ChangedBy": "string"
    }
  ]'

Responses

If the supplier price lists were successfully updated

Bodyapplication/json
integer(int32)
Response
application/json
0

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