Lists categories as defined in Storm. Used for lookup.
curl -i -X GET \ https://demo.storm.io/api/1.1/ProductService.svc/rest/ListCategories
[ { "Id": 0, "Value": "string", "Code": "string" } ]
curl -i -X GET \ https://demo.storm.io/api/1.1/ProductService.svc/rest/ListCategoryItems
Success
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": [ … ] } ]
curl -i -X GET \ 'https://demo.storm.io/api/1.1/ProductService.svc/rest/ListCategoryItemsByPricelists?assortmentSeed=string&pricelistSeed=string&statusSeed=string'
Success
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": [ … ] } ]
curl -i -X GET \ 'https://demo.storm.io/api/1.1/ProductService.svc/rest/SearchCategories?searchString=string'
[ { "Id": 0, "Value": "string", "Code": "string" } ]