https://norcecommerce.api-se.norce.tech/commerce/query/3.0/
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": [ … ] } ]
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Application/OrderInfoTypes
curl -i -X GET \
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Application/OrderInfoTypes \
-H 'ApplicationId: 0'[ { "id": 0, "clientId": 0, "applicationId": 0, "code": "string", "defaultName": "string", "defaultDescription": "string", "sortOrder": 0, "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "groupId": 0, "orderInfo": [ … ], "cultures": [ … ], "orderItemInfo": [ … ] } ]