https://norcecommerce.api-se.norce.tech/commerce/query/3.0/
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Application/CategoryHierarchy
curl -i -X GET \
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Application/CategoryHierarchy \
-H 'ApplicationId: 0'[ { "categoryId": 0, "clientId": 0, "parentCategoryId": 0, "hierarchy": 0, "category": { … }, "parentCategory": { … } } ]
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Application/CategoryStructures
curl -i -X GET \
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Application/CategoryStructures \
-H 'ApplicationId: 0'[ { "id": 0, "clientId": 0, "defaultName": "string", "defaultDescription": "string", "typeId": 0, "applicationId": 0, "isPrimary": true, "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "items": [ … ] } ]
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Application/CategoryStructureItems
curl -i -X GET \
https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Application/CategoryStructureItems \
-H 'ApplicationId: 0'[ { "id": 0, "structureId": 0, "defaultName": "string", "useCategoryName": true, "categoryId": 0, "manufacturerId": 0, "targetPath": "string", "structureLevel": 0, "parentItemId": 0, "isParent": true, "isDisplayOnly": true, "sortOrder": 0, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "key": "string", "clientId": 0, "category": { … }, "structure": { … } } ]