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}/pricelist
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/store/{id}/pricelist' \
-H 'account-id: 0' \
-H 'application-id: 0'[ { "Id": 0, "DivisionId": 0, "Name": "string", "Code": "string", "Start": "2019-08-24T14:15:22Z", "End": "2019-08-24T14:15:22Z", "Changed": "string", "ChangedBy": "string" } ]
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/store/{id}/pricelist
curl -i -X PUT \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/store/{id}/pricelist' \
-H 'Content-Type: application/json' \
-H 'account-id: 0' \
-H 'application-id: 0' \
-d '[
{
"Id": 0,
"DivisionId": 0,
"Name": "string",
"Code": "string",
"Start": "2019-08-24T14:15:22Z",
"End": "2019-08-24T14:15:22Z",
"Changed": "string",
"ChangedBy": "string"
}
]'