Get CategoryHierarchy
COMMERCE QUERY
/Application
/- Get CategoryStructure
Get ApplicationCountry
Get ApplicationCulture
Get ApplicationCurrency
Get ApplicationPriceList
Get ApplicationSalesArea
Get ApplicationRole
Get Category
Get CategoryHierarchy
Get CategoryStructureItem
Get ClientCulture
Get ClientManufacturer
Get ClientSalesArea
Get ClientSupplier
Get CurrencyClient
Get CustomerInfoType
Get ClientCustomerFlag
Get Family
Get FileInfo
Get OrderInfoType
Get Parametric
Get ParametricList
Get ParametricMultiple
Get ParametricGroup
Get ShoppingInfoType
Get VariantGroup
Get VariantType
Get VariantGroupType
Get ProductFlag
Get PriceListClient
Get ClientWarehouse
Get ProductRelationType
Get ProductInfoType
Get SupplierCategoryMapping
Get SupplierManufacturerMapping
Get ClientProductSkuTypeClient
Get ClientDivision
Get CategoryStructure
Storm Query API Documentation (2.0)
Storm Query API is an API based on OData V4. It is an API to fill the need for data from Storm in integration services that do not have direct access to Storm’s data and data models.
Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.norce.tech/commerce/query/2.0/
https://customer-slug.api-se.norce.tech/commerce/query/2.0/Application/CategoryHierarchy
- cURL
- JS
- C#
curl -i -X GET \
https://customer-slug.api-se.norce.tech/commerce/query/2.0/Application/CategoryHierarchy
Response
application/json
[ { "CategoryId": 0, "ParentCategoryId": 0, "Hierarchy": 0, "Category": { … }, "ParentCategory": { … } } ]
https://customer-slug.api-se.norce.tech/commerce/query/2.0/Application/CategoryStructures
- cURL
- JS
- C#
curl -i -X GET \
https://customer-slug.api-se.norce.tech/commerce/query/2.0/Application/CategoryStructures
Response
application/json
[ { "Id": 0, "DefaultName": "string", "DefaultDescription": "string", "TypeId": 0, "IsPrimary": true, "IsActive": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "Items": [ … ] } ]
https://customer-slug.api-se.norce.tech/commerce/query/2.0/Application/CategoryStructureItems
- cURL
- JS
- C#
curl -i -X GET \
https://customer-slug.api-se.norce.tech/commerce/query/2.0/Application/CategoryStructureItems
Response
application/json
[ { "Id": 0, "StructureId": 0, "UseCategoryName": true, "CategoryId": 0, "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", "Category": { … }, "Structure": { … } } ]