Supplier price list id
curl -i -X GET \ 'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier-pricelist/{priceListId}/warehouse'
[ { "Id": 0, "Name": "string", "LocationId": 0, "LocationName": "string", "SupplierId": 0, "PriceListId": 0, "Changed": "string", "ChangedBy": "string" } ]
curl -i -X PUT \ 'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier-pricelist/{priceListId}/warehouse' \ -H 'Content-Type: application/json' \ -d '[ { "Id": 0, "Name": "string", "LocationId": 0, "LocationName": "string", "SupplierId": 0, "PriceListId": 0, "Changed": "string", "ChangedBy": "string" } ]'