Price list id
MANAGEMENT API (BETA)
/- List price list warehouses
Update price list warehouses
List price list warehouse...
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}/warehouse
- cURL
- JS
- C#
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/pricing/pricelist/{priceListId}/warehouse'
Response
[ { "Id": 0, "PriceListId": 0, "Name": "string", "LocationId": 0, "LocationName": "string", "IsStandard": true, "Changed": "string", "ChangedBy": "string" } ]
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/pricing/pricelist/{priceListId}/warehouse
- cURL
- JS
- C#
curl -i -X PUT \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/pricing/pricelist/{priceListId}/warehouse' \
-H 'Content-Type: application/json' \
-d '[
{
"Id": 0,
"PriceListId": 0,
"Name": "string",
"LocationId": 0,
"LocationName": "string",
"IsStandard": true,
"Changed": "string",
"ChangedBy": "string"
}
]'