Price list id
curl -i -X GET \ 'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/pricing/pricelist/{priceListId}/population'
{ "Id": 0, "ParentPriceListName": "string", "IsSupplierRequired": true, "IsInclude": true, "IsChecked": true, "Categories": [ { … } ], "Manufacturers": [ { … } ], "Flags": [ { … } ] }
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" } ] }'