https://demo.storm.io/api/1.1/
Lists all configuration items for the supplied list of partNos. The list will contain an item for each partNo.
A comma separated list of partNos for which to fetch all configuration items.
Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.
https://demo.storm.io/api/1.1/ProductService.svc/rest/ListConfigurationItems
curl -i -X GET \ 'https://demo.storm.io/api/1.1/ProductService.svc/rest/ListConfigurationItems?partNoSeed=string'
Success
The PartNo of the ConfigurationItem. MaxLength: 50.
A list of ConfigurationItemGroups where each group contains selectable items.
[ { "PartNo": "string", "Groups": [ … ] } ]