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

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

List store price lists

Request

Get a list of all price lists assigned to a specific store

Path
idinteger(int32)required

Store 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/store/{id}/pricelist' \
  -H 'account-id: 0' \
  -H 'application-id: 0'

Responses

Returns the list of store price lists, if any exists

Bodyapplication/jsonArray [
Idinteger(int32)

The internal price list identifier

DivisionIdinteger(int32)

The division (store) identifier

Namestring or null[ 0 .. 50 ] characters

The price list name

Codestring or null[ 0 .. 50 ] characters

The code of the price list

Startstring or null(date-time)

The start date of the price list validity period, not commonly used.

Endstring or null(date-time)

The end date of the price list validity period, not commonly used.

Changedstring or null

The date and time the store price list was last changed

ChangedBystring or null

Fullname or Systemname of the user who last changed the store price list

]
Response
application/json
[ { "Id": 0, "DivisionId": 0, "Name": "string", "Code": "string", "Start": "2019-08-24T14:15:22Z", "End": "2019-08-24T14:15:22Z", "Changed": "string", "ChangedBy": "string" } ]

Update store price lists

Request

Update the complete list of store price lists assigned to a specific store

Path
idinteger(int32)required

Store id

Headers
account-idintegerrequired

User Account ID

application-idintegerrequired

Application ID

Bodyapplication/jsonrequired

A list of store price lists

Array [
Idinteger(int32)

The internal price list identifier

DivisionIdinteger(int32)

The division (store) identifier

Namestring or null[ 0 .. 50 ] characters

The price list name

Codestring or null[ 0 .. 50 ] characters

The code of the price list

Startstring or null(date-time)

The start date of the price list validity period, not commonly used.

Endstring or null(date-time)

The end date of the price list validity period, not commonly used.

Changedstring or null

The date and time the store price list was last changed

ChangedBystring or null

Fullname or Systemname of the user who last changed the store price list

]
curl -i -X PUT \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/store/{id}/pricelist' \
  -H 'Content-Type: application/json' \
  -H 'account-id: 0' \
  -H 'application-id: 0' \
  -d '[
    {
      "Id": 0,
      "DivisionId": 0,
      "Name": "string",
      "Code": "string",
      "Start": "2019-08-24T14:15:22Z",
      "End": "2019-08-24T14:15:22Z",
      "Changed": "string",
      "ChangedBy": "string"
    }
  ]'

Responses

If the store price lists were successfully updated

Response
No content

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