Store id
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/store/{id}/application
- cURL
- JS
- C#
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/store/{id}/application'
Response
[ { "DivisionId": 0, "ApplicationId": 0, "Name": "string", "Changed": "string", "ChangedBy": "string" } ]
Bodyrequired Array []
- application/json
- text/json
- application/x-www-form-urlencoded
A list of applications
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/store/{id}/application
- cURL
- JS
- C#
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' \
-d '[
{
"DivisionId": 0,
"ApplicationId": 0,
"Name": "string",
"Changed": "string",
"ChangedBy": "string"
}
]'