Lists categories as defined in Storm. Used for lookup.
Documentation ProductService (1.1)
https://customer-slug.api-se.norce.tech/commerce/product/1.1/
https://customer-slug.api-se.norce.tech/commerce/product/1.1/ListCategories
- cURL
- JS
- C#
curl -i -X GET \
https://customer-slug.api-se.norce.tech/commerce/product/1.1/ListCategories
[ { "Id": 0, "Value": "string", "Code": "string" } ]
https://customer-slug.api-se.norce.tech/commerce/product/1.1/ListCategoryItems
- cURL
- JS
- C#
curl -i -X GET \
https://customer-slug.api-se.norce.tech/commerce/product/1.1/ListCategoryItems
Success
- application/json
- application/xml
The Name of the actual Category if the specified so, otherwise it is the Name of the Category structure. MaxLength: 50.
A list of children for the Category structure item.
A unique id for the image at our image server. Url for images are formed like http://[client specific CDN]/{ImageKey}. Preset, height and width can be sent as parameters.
Synonyms from the Category in Storm. Can be used when indexing the category in any search engine. MaxLength: 500.
Parametrics is a list of parameterics defined for the category.
[ { "Id": 0, "ParentId": 0, "CategoryId": 0, "Name": "string", "Description": "string", "ImagePath": "string", "Level": 0, "IsDisplayOnly": true, "Key": "string", "Children": [ … ], "ImageKey": "string", "Code": "string", "Synonyms": "string", "Parametrics": [ … ] } ]
https://customer-slug.api-se.norce.tech/commerce/product/1.1/ListCategoryItemsByPricelists
- cURL
- JS
- C#
curl -i -X GET \
'https://customer-slug.api-se.norce.tech/commerce/product/1.1/ListCategoryItemsByPricelists?pricelistSeed=string&statusSeed=string&assortmentSeed=string'
Success
- application/json
- application/xml
The Name of the actual Category if the specified so, otherwise it is the Name of the Category structure. MaxLength: 50.
A list of children for the Category structure item.
A unique id for the image at our image server. Url for images are formed like http://[client specific CDN]/{ImageKey}. Preset, height and width can be sent as parameters.
Synonyms from the Category in Storm. Can be used when indexing the category in any search engine. MaxLength: 500.
Parametrics is a list of parameterics defined for the category.
[ { "Id": 0, "ParentId": 0, "CategoryId": 0, "Name": "string", "Description": "string", "ImagePath": "string", "Level": 0, "IsDisplayOnly": true, "Key": "string", "Children": [ … ], "ImageKey": "string", "Code": "string", "Synonyms": "string", "Parametrics": [ … ] } ]
https://customer-slug.api-se.norce.tech/commerce/product/1.1/SearchCategories
- cURL
- JS
- C#
curl -i -X GET \
'https://customer-slug.api-se.norce.tech/commerce/product/1.1/SearchCategories?searchString=string'
[ { "Id": 0, "Value": "string", "Code": "string" } ]