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