Store id
curl -i -X GET \ 'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/store/{id}/warehouse'
[ { "Id": 0, "DivisionId": 0, "Name": "string", "LocationId": 0, "LocationName": "string", "Changed": "string", "ChangedBy": "string" } ]
A list of store warehouses
curl -i -X PUT \ 'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/store/{id}/warehouse' \ -H 'Content-Type: application/json' \ -d '[ { "Id": 0, "DivisionId": 0, "Name": "string", "LocationId": 0, "LocationName": "string", "Changed": "string", "ChangedBy": "string" } ]'