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/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": [ … ] } ]
https://customer-slug.api-se.playground.norce.tech/commerce/query/3.0/Application/ClientCustomerFlags
https://customer-slug.api-se.stage.norce.tech/commerce/query/3.0/Application/ClientCustomerFlags
https://customer-slug.api-se.norce.tech/commerce/query/3.0/Application/ClientCustomerFlags
curl -i -X GET \
https://customer-slug.api-se.playground.norce.tech/commerce/query/3.0/Application/ClientCustomerFlags \
-H 'ApplicationId: 0'[ { "id": 0, "clientId": 0, "groupId": 0, "defaultName": "string", "defaultDescription": "string", "availableOnCustomer": true, "availableOnCompany": true, "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "isDefault": true, "externalReference": "string", "sortOrder": 0, "clientCompanyFlag": [ … ], "clientCustomerFlag": [ … ], "cultures": [ … ], "group": { … } } ]