The Norce Management API lets you manage configurations and metadata on a client.
The Norce Management API lets you manage configurations and metadata on a client.
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/
PriceListPopulation model, represents the population settings for a price list.
The name of the parent price list, which this population is associated with
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.
Indicates whether this price list population is active or just part of the category tree structure. Root rule should be active.
The collection of category rules used in this price list population
The collection of manufacturers associated with this price list population rule
{ "Id": 0, "ParentPriceListName": "string", "IsSupplierRequired": true, "IsInclude": true, "IsChecked": true, "Categories": [ { … } ], "Manufacturers": [ { … } ], "Flags": [ { … } ] }
PriceListPopulationCategory model, represents a category rule used in price list population.
Indicates whether this category is active or just part of the category tree structure.
Indicates whether this category node is expanded in the tree view, for display purposes only.
The collection of child categories under this category
The collection of manufacturers associated with this category rule
{ "CategoryId": 0, "Name": "string", "IsChecked": true, "IsOpen": true, "Categories": [ {} ], "Manufacturers": [ { … } ], "Flags": [ { … } ], "ParentId": 0, "Level": 0, "IsSupplierRequired": true, "Changed": "string", "ChangedBy": "string" }