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://{slug}.api-se.playground.norce.tech/commerce/
https://{slug}.api-se.stage.norce.tech/commerce/
https://{slug}.api-se.norce.tech/commerce/
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/pricing/pricelisttype
https://customer-slug.api-se.stage.norce.tech/commerce/management/1.0/api/pricing/pricelisttype
https://customer-slug.api-se.norce.tech/commerce/management/1.0/api/pricing/pricelisttype
curl -i -X GET \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/pricing/pricelisttype \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'account-id: 0' \
-H 'application-id: 0'[ { "Id": 0, "Name": "string", "Description": "string", "IsActive": true, "Changed": "string", "ChangedBy": "string" } ]