Store id
curl -i -X GET \ 'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/store/{id}/pricelist'
[ { "Id": 0, "DivisionId": 0, "Name": "string", "Code": "string", "Start": "2019-08-24T14:15:22Z", "End": "2019-08-24T14:15:22Z", "Changed": "string", "ChangedBy": "string" } ]
A list of store price lists
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" } ]'