https://norcecommerce.api-se.norce.tech/commerce/query/3.0/
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Application/CustomerInfoTypes
curl -i -X GET \
https://norcecommerce.api-se.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://norcecommerce.api-se.norce.tech/commerce/query/3.0/Application/ClientCustomerFlags
curl -i -X GET \
https://norcecommerce.api-se.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": { … } } ]
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Application/ShoppingInfoTypes
curl -i -X GET \
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Application/ShoppingInfoTypes \
-H 'ApplicationId: 0'A queryable collection of shopping info types. The custom fields configured by the client for basket, and basketitem records.
The default description of the shopping info type.
The data type. Contextual information for interpreting the value of the shopping info. For example, it could be 'string', 'decimal', 'date', etc.
[ { "id": 0, "clientId": 0, "groupId": 0, "defaultName": "string", "defaultDescription": "string", "dataType": "string", "defaultValue": "string", "sortOrder": 0, "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "code": "string", "quotationInfo": [ … ], "quotationItemInfo": [ … ], "cultures": [ … ] } ]