Application ID
https://{slug}.api-se.playground.norce.tech/commerce/query/3.0/
https://{slug}.api-se.stage.norce.tech/commerce/query/3.0/
https://{slug}.api-se.norce.tech/commerce/query/3.0/
https://customer-slug.api-se.playground.norce.tech/commerce/query/3.0/Application/SalesAreas
https://customer-slug.api-se.stage.norce.tech/commerce/query/3.0/Application/SalesAreas
https://customer-slug.api-se.norce.tech/commerce/query/3.0/Application/SalesAreas
curl -i -X GET \
https://customer-slug.api-se.playground.norce.tech/commerce/query/3.0/Application/SalesAreas \
-H 'ApplicationId: 0'[ { "clientId": 0, "salesAreaId": 0, "isPrimary": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "code": "string", "clientSalesAreaVatCode": [ … ] } ]
https://customer-slug.api-se.playground.norce.tech/commerce/query/3.0/Application/VariantGroups
https://customer-slug.api-se.stage.norce.tech/commerce/query/3.0/Application/VariantGroups
https://customer-slug.api-se.norce.tech/commerce/query/3.0/Application/VariantGroups
curl -i -X GET \
https://customer-slug.api-se.playground.norce.tech/commerce/query/3.0/Application/VariantGroups \
-H 'ApplicationId: 0'[ { "id": 0, "clientId": 0, "defaultName": "string", "defaultDescription": "string", "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "code": "string", "variant": [ … ], "cultures": [ … ], "groupTypes": [ … ] } ]
https://customer-slug.api-se.playground.norce.tech/commerce/query/3.0/Application/CustomerInfoTypes
https://customer-slug.api-se.stage.norce.tech/commerce/query/3.0/Application/CustomerInfoTypes
https://customer-slug.api-se.norce.tech/commerce/query/3.0/Application/CustomerInfoTypes
curl -i -X GET \
https://customer-slug.api-se.playground.norce.tech/commerce/query/3.0/Application/CustomerInfoTypes \
-H 'ApplicationId: 0'A queryable collection of customer info types. The custom fields configured by the client for customer, company and store (division) records.
The group identifier, Customer Info (1), Division Info (4), Company Info (6), Supplier Info (7).
The default description of the customer info type.
[ { "id": 0, "clientId": 0, "groupId": 0, "defaultName": "string", "defaultDescription": "string", "sortOrder": 0, "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "code": "string", "clientCompanyInfo": [ … ], "clientCustomerInfo": [ … ], "clientDivisionInfo": [ … ], "clientSupplierInfo": [ … ], "cultures": [ … ] } ]