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/store/{id}/warehouse
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/store/{id}/warehouse' \
-H 'account-id: 0' \
-H 'application-id: 0'[ { "Id": 0, "DivisionId": 0, "Name": "string", "LocationId": 0, "LocationName": "string", "Changed": "string", "ChangedBy": "string" } ]
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/store/{id}/warehouse
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' \
-H 'account-id: 0' \
-H 'application-id: 0' \
-d '[
{
"Id": 0,
"DivisionId": 0,
"Name": "string",
"LocationId": 0,
"LocationName": "string",
"Changed": "string",
"ChangedBy": "string"
}
]'