Available focus parametrics on a category. Focus parametrics is used when filtering a ListProduct result set.
curl -i -X GET \ 'https://demo.storm.io/api/1.1/ProductService.svc/rest/ListFocusParametrics?categoryId=0'
Success
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. Obsolete! - Not supported
[ { "__type": "string" } ]
curl -i -X GET \ https://demo.storm.io/api/1.1/ProductService.svc/rest/ListParametricGroups
[ { "Id": 0, "Name": "string", "Description": "string", "Code": "string" } ]
curl -i -X GET \ https://demo.storm.io/api/1.1/ProductService.svc/rest/ListParametricInfo
Success
Specifies if the current Parametric is for variants only (true) or for the common product (false).
The data type of the values for this parametric: Text, Integer, Decimal, Boolean, Html or Date.
Indicates if the parametric is hidden or not. This can be used to hide parametrics that are only used in application logic. Only non-hidden parametrics should be displayed in the frontend.
Indicates if the parametric is global. If it is set as global it exists on all products in all categories.
[ { "Id": 0, "Name": "string", "Type": "string", "Description": "string", "Uom": "string", "IsVariantParametric": true, "ValueType": "string", "Code": "string", "IsHidden": true, "IsGlobal": true } ]
curl -i -X GET \ 'https://demo.storm.io/api/1.1/ProductService.svc/rest/ListParametricValues?id=0&type=0'
[ { "Id": 0, "Name": "string", "Description": "string", "ImageKey": "string", "Code": "string" } ]
curl -i -X GET \ https://demo.storm.io/api/1.1/ProductService.svc/rest/ListParametricValues2
Success
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.
An externally defined code use to identify this Parametric that contains this value. MaxLength: 50.
[ { "Id": 0, "Name": "string", "Description": "string", "Code": "string", "ImageKey": "string", "Type": "string", "SortOrder": 0, "ParametricId": 0, "ParametricCode": "string" } ]
Lists Product Parametric values for a product. What parametric values are returned is defined in the primary Category of the product, or if no primary exists, the first category by sort order. If the product does not exist or does not have a category an empty list is returned. Sort order of the parametric values is taken from the order defined for the category.
curl -i -X GET \ 'https://demo.storm.io/api/1.1/ProductService.svc/rest/ListProductParametrics?productId=0'
Success
Parametric value internal id if the parametric type is single list value.
Use this to sort the parametric. The value is fetched from the variant group type's sort order in the first place and then from the category's sort order for the parametric values.
Indicates if the parametric is hidden or not. This can be used to hide parametrics that are only used in application logic. Only non-hidden parametrics should be displayed in the frontend.
[ { "Name": "string", "Value": "string", "Id": 0, "ValueId": 0, "Description": "string", "ValueDescription": "string", "IsPrimary": true, "ValueIdSeed": "string", "Value2": "string", "Uom": "string", "GroupId": 0, "GroupName": "string", "SortOrder": 0, "Code": "string", "IsHidden": true } ]