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}/pricelist
- cURL
- JS
- C#
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/store/{id}/pricelist'
Response
[ { "Id": 0, "DivisionId": 0, "Name": "string", "Code": "string", "Start": "2019-08-24T14:15:22Z", "End": "2019-08-24T14:15:22Z", "Changed": "string", "ChangedBy": "string" } ]
Bodyrequired Array []
- application/json
- text/json
- application/x-www-form-urlencoded
A list of store price lists
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/store/{id}/pricelist
- cURL
- JS
- C#
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' \
-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"
}
]'