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

Get a list of price list population rules

Request

Get the population settings for a specific price list by its internal Id

Path
priceListIdinteger(int32)required

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}/population' \
  -H 'account-id: 0' \
  -H 'application-id: 0'

Responses

Returns the Price List Populations

Bodyapplication/jsonArray [
Idinteger(int32)

The unique identifier of the price list

ParentPriceListNamestring or null[ 0 .. 50 ] characters

The name of the parent price list, which this population is associated with

IsSupplierRequiredboolean

Indicates whether a supplier product is required for rule to apply

IsIncludeboolean

Indicates whether this population rule type is include or exclude, determining if the specified criteria should be adding or substracting products from the price list.

IsCheckedboolean

Indicates whether this price list population is active or just part of the category tree structure. Root rule should be active.

CategoriesArray of objects(PriceListPopulationCategoryModel)

The collection of category rules used in this price list population

ManufacturersArray of objects(IdNameChangedModel)

The collection of manufacturers associated with this price list population rule

FlagsArray of objects(IdNameChangedModel)

The collection of flags associated with this price list population rule

]
Response
application/json
[ { "Id": 0, "ParentPriceListName": "string", "IsSupplierRequired": true, "IsInclude": true, "IsChecked": true, "Categories": [], "Manufacturers": [], "Flags": [] } ]

Update price list population rules

Request

Update the population settings for a specific price list by its internal Id

Path
priceListIdinteger(int32)required

Price list id

Headers
account-idintegerrequired

User Account ID

application-idintegerrequired

Application ID

Bodyapplication/jsonrequired

Price list population model to update

Idinteger(int32)

The unique identifier of the price list

ParentPriceListNamestring or null[ 0 .. 50 ] characters

The name of the parent price list, which this population is associated with

IsSupplierRequiredboolean

Indicates whether a supplier product is required for rule to apply

IsIncludeboolean

Indicates whether this population rule type is include or exclude, determining if the specified criteria should be adding or substracting products from the price list.

IsCheckedboolean

Indicates whether this price list population is active or just part of the category tree structure. Root rule should be active.

CategoriesArray of objects(PriceListPopulationCategoryModel)

The collection of category rules used in this price list population

ManufacturersArray of objects(IdNameChangedModel)

The collection of manufacturers associated with this price list population rule

FlagsArray of objects(IdNameChangedModel)

The collection of flags associated with this price list population rule

curl -i -X PUT \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/pricing/pricelist/{priceListId}/population' \
  -H 'Content-Type: application/json' \
  -H 'account-id: 0' \
  -H 'application-id: 0' \
  -d '{
    "Id": 0,
    "ParentPriceListName": "string",
    "IsSupplierRequired": true,
    "IsInclude": true,
    "IsChecked": true,
    "Categories": [
      {
        "CategoryId": 0,
        "Name": "string",
        "IsChecked": true,
        "IsOpen": true,
        "Categories": [
          {}
        ],
        "Manufacturers": [
          {
            "Id": 0,
            "Name": "string",
            "Changed": "string",
            "ChangedBy": "string"
          }
        ],
        "Flags": [
          {
            "Id": 0,
            "Name": "string",
            "Changed": "string",
            "ChangedBy": "string"
          }
        ],
        "ParentId": 0,
        "Level": 0,
        "IsSupplierRequired": true,
        "Changed": "string",
        "ChangedBy": "string"
      }
    ],
    "Manufacturers": [
      {
        "Id": 0,
        "Name": "string",
        "Changed": "string",
        "ChangedBy": "string"
      }
    ],
    "Flags": [
      {
        "Id": 0,
        "Name": "string",
        "Changed": "string",
        "ChangedBy": "string"
      }
    ]
  }'

Responses

If the Price List Population was successfully updated

Response
No content

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