The Norce Management API lets you manage configurations and metadata on a client.
The Norce Management API lets you manage configurations and metadata on a client.
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/{id}
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/warehouse/{id}' \
-H 'account-id: 0' \
-H 'application-id: 0'{ "Id": 0, "TypeId": 0, "TypeName": "string", "Code": "string", "Name": "string", "Locations": [ { … } ], "LocationId": 0, "LocationName": "string", "IsStandard": true, "StandardLeadTimeDayCount": 0, "IsActive": true, "Changed": "string", "ChangedBy": "string" }
Warehouse
The list of locations associated with this warehouse
Indicates whether this is a standard warehouse, only one warehouse can be marked as standard for a client.
The standard lead time in commonly measured in days for this warehouse
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/warehouse/{id}
curl -i -X PUT \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/warehouse/{id}' \
-H 'Content-Type: application/json' \
-H 'account-id: 0' \
-H 'application-id: 0' \
-d '{
"Id": 0,
"TypeId": 0,
"TypeName": "string",
"Code": "string",
"Name": "string",
"Locations": [
{
"Id": 0,
"Code": "string",
"Name": "string",
"IsStandard": true,
"StandardLeadTimeDayCount": 0,
"IsIncludedInStockCalculation": true,
"PrimaryPriceListId": 0,
"PrimaryPriceListName": "string",
"Changed": "string",
"ChangedBy": "string"
}
],
"LocationId": 0,
"LocationName": "string",
"IsStandard": true,
"StandardLeadTimeDayCount": 0,
"IsActive": true,
"Changed": "string",
"ChangedBy": "string"
}'0
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/warehouse
curl -i -X GET \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/warehouse \
-H 'account-id: 0' \
-H 'application-id: 0'[ { "Id": 0, "TypeId": 0, "TypeName": "string", "Code": "string", "Name": "string", "Locations": [ … ], "LocationId": 0, "LocationName": "string", "IsStandard": true, "StandardLeadTimeDayCount": 0, "IsActive": true, "Changed": "string", "ChangedBy": "string" } ]
Warehouse
The list of locations associated with this warehouse
Indicates whether this is a standard warehouse, only one warehouse can be marked as standard for a client.
The standard lead time in commonly measured in days for this warehouse
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/warehouse
curl -i -X POST \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/warehouse \
-H 'Content-Type: application/json' \
-H 'account-id: 0' \
-H 'application-id: 0' \
-d '{
"Id": 0,
"TypeId": 0,
"TypeName": "string",
"Code": "string",
"Name": "string",
"Locations": [
{
"Id": 0,
"Code": "string",
"Name": "string",
"IsStandard": true,
"StandardLeadTimeDayCount": 0,
"IsIncludedInStockCalculation": true,
"PrimaryPriceListId": 0,
"PrimaryPriceListName": "string",
"Changed": "string",
"ChangedBy": "string"
}
],
"LocationId": 0,
"LocationName": "string",
"IsStandard": true,
"StandardLeadTimeDayCount": 0,
"IsActive": true,
"Changed": "string",
"ChangedBy": "string"
}'0
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/warehouse/deleted
curl -i -X GET \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/warehouse/deleted \
-H 'account-id: 0' \
-H 'application-id: 0'[ { "Id": 0, "TypeId": 0, "TypeName": "string", "Code": "string", "Name": "string", "Locations": [ … ], "LocationId": 0, "LocationName": "string", "IsStandard": true, "StandardLeadTimeDayCount": 0, "IsActive": true, "Changed": "string", "ChangedBy": "string" } ]