Price list id
MANAGEMENT API (BETA)
/- Updates population rules for a price list
Get population rules for a price list
Updates population rules...
Norce Management API (v1)
Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/pricing/pricelist/{priceListId}/population
- cURL
- JS
- C#
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/pricing/pricelist/{priceListId}/population'
Response
{ "Id": 0, "ParentPriceListName": "string", "IsSupplierRequired": true, "IsInclude": true, "IsChecked": true, "Categories": [ { … } ], "Manufacturers": [ { … } ], "Flags": [ { … } ] }
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/pricing/pricelist/{priceListId}/population
- cURL
- JS
- C#
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' \
-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"
}
],
"Parent": {},
"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"
}
]
}'