Warehouse id
MANAGEMENT API (BETA)
/- Update warehouse locations
List warehouse locations
Update warehouse location...
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/warehouse/{warehouseId}/location
- cURL
- JS
- C#
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/warehouse/{warehouseId}/location'
Response
[ { "Id": 0, "Code": "string", "Name": "string", "IsStandard": true, "StandardLeadTimeDayCount": 0, "IsIncludedInStockCalculation": true, "PrimaryPriceListId": 0, "PrimaryPriceListName": "string", "Changed": "string", "ChangedBy": "string" } ]
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/warehouse/{warehouseId}/location
- cURL
- JS
- C#
curl -i -X PUT \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/warehouse/{warehouseId}/location' \
-H 'Content-Type: application/json' \
-d '[
{
"Id": 0,
"Code": "string",
"Name": "string",
"IsStandard": true,
"StandardLeadTimeDayCount": 0,
"IsIncludedInStockCalculation": true,
"PrimaryPriceListId": 0,
"PrimaryPriceListName": "string",
"Changed": "string",
"ChangedBy": "string"
}
]'