Lists product families.
Accepts a comma separated string of Status IDs. Lookup references in ListStatuses.
Accepts a comma separated string of Assortment IDs. Lookup references in ListAssortments.
A comma separated list of PriceList IDs to use, if any. PriceLists supplied must be valid, either from the application's public priceList or any customer or company priceLists or any valid client priceLists. For clients configured to use priceListSeed exclusively in the API only the supplied priceLists will be used. If this is not configured, the supplied priceLists will be appended to the valid priceLists. If none is supplied, the default value for the application will be used in combination with any customer or company priceLists. This applies to both configurations.
curl -i -X GET \ 'https://demo.storm.io/api/1.1/ProductService.svc/rest/ListFamilies?assortmentSeed=string&statusSeed=string'
[ { "Id": 0, "Name": "string", "Description": "string", "ImageKey": "string", "Code": "string" } ]