Reference list of Product Accessory types.
curl -i -X GET \ https://demo.storm.io/api/1.1/ProductService.svc/rest/ListAccessoryTypes
[ { "Id": 0, "Value": "string", "Code": "string" } ]
The accessory type to list. Lookup references in ListAccessoryTypes.
Accepts a comma separated string of Status internal ids. Lookup references in ListStatuses.
Accepts a comma separated string of Assortment internal ids. Lookup references in ListAssortments.
Accepts a comma separated string of store internal ids. The StoreOnHand property of the product will show the onHand values for supplied Stores if supplied.
A comma separated list of PriceList internal 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.
Company internal id. Checks for specific company bound prices if provided. Note! customerId is mandatory in combination with companyId.
Sort order as formatted [Property] [Asc/Desc] with comma as separator. Supported properties for sorting on the server are PopularityRank, Name, Price and SortOrder.
Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.
curl -i -X GET \ 'https://demo.storm.io/api/1.1/ProductService.svc/rest/ListProductAccessories?accessoryType=0&assortmentSeed=string&productId=0&statusSeed=string'
Success
Counts the number of products in the list. If the list is fetched with AsVariants set to true ItemCount will still just count the number of products. Not items in the list. When fetched with a method that has filters, this value will be to total after the filters have been applied.
{ "ItemCount": 0, "Items": [ { … } ] }
The accessory type to list. Lookup references in ListAccessoryTypes.
Accepts a comma separated string of Status internal ids. Lookup references in ListStatuses.
Accepts a comma separated string of Assortment internal ids. Lookup references in ListAssortments.
Accepts a comma separated string of store internal ids. The StoreOnHand property of the product will show the onHand values for supplied Stores if supplied.
A comma separated list of PriceList internal 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.
Company internal id. Checks for specific company bound prices if provided. Note! customerId is mandatory in combination with companyId.
Sort order as formatted [Property] [Asc/Desc] with comma as separator. Supported properties for sorting on the server are PopularityRank, Name, Price and SortOrder.
Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.
Specifies in which currency to display prices. Uses Storm internal ids. If none is supplied, value is resolved from Application.
curl -i -X GET \ 'https://demo.storm.io/api/1.1/ProductService.svc/rest/ListProductAccessories2?accessoryType=0&assortmentSeed=string&productId=0&statusSeed=string'
Success
Counts the number of products in the list. If the list is fetched with AsVariants set to true ItemCount will still just count the number of products. Not items in the list. When fetched with a method that has filters, this value will be to total after the filters have been applied.
{ "ItemCount": 0, "Items": [ { … } ] }
Accepts a comma separated string of Type IDs. Lookup references in ListAccessoryTypes. If empty or null, the standard type will be used.
Accepts a comma separated string of Status internal ids. Lookup references in ListStatuses.
Accepts a comma separated string of Assortment internal ids. Lookup references in ListAssortments.
Accepts a comma separated string of store internal ids. The StoreOnHand property of the product will show the onHand values for supplied Stores if supplied.
A comma separated list of PriceList internal 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.
Company internal id. Checks for specific company bound prices if provided. Note! customerId is mandatory in combination with companyId.
Sort order as formatted [Property] [Asc/Desc] with comma as separator. Supported properties for sorting on the server are PopularityRank, Name, Price and SortOrder.
Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.
Specifies in which currency to display prices. Uses Storm internal ids. If none is supplied, value is resolved from Application.
curl -i -X GET \ 'https://demo.storm.io/api/1.1/ProductService.svc/rest/ListProductAccessories3?accessoryTypeSeed=string&assortmentSeed=string&productId=0&statusSeed=string'
Success
Counts the number of products in the list. If the list is fetched with AsVariants set to true ItemCount will still just count the number of products. Not items in the list. When fetched with a method that has filters, this value will be to total after the filters have been applied.
{ "ItemCount": 0, "Items": [ { … } ] }
Accepts a comma separated string of Type IDs. Lookup references in ListAccessoryTypes. If empty or null, the standard type will be used.
Accepts a comma separated string of Status internal ids. Lookup references in ListStatuses.
Accepts a comma separated string of Assortment internal ids. Lookup references in ListAssortments.
Accepts a comma separated string of store internal ids. The StoreOnHand property of the product will show the onHand values for supplied Stores if supplied.
A comma separated list of PriceList internal 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.
Company internal id. Checks for specific company bound prices if provided. Note! customerId is mandatory in combination with companyId.
Sort order as formatted [Property] [Asc/Desc] with comma as separator. Supported properties for sorting on the server are PopularityRank, Name, Price and SortOrder.
Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.
Specifies in which currency to display prices. Uses Storm internal ids. If none is supplied, value is resolved from Application.
curl -i -X GET \ 'https://demo.storm.io/api/1.1/ProductService.svc/rest/ListProductAccessories4?accessoryTypeSeed=string&assortmentSeed=string&productId=0&statusSeed=string'
{ "Accessories": { "ItemCount": 0, "Items": [ … ] }, "VariantAccessories": [ { … } ] }
Accepts a comma separated string of Type IDs. Lookup references in ListAccessoryTypes. If empty or null, the standard type will be used.
Accepts a comma separated string of Status internal ids. Lookup references in ListStatuses.
Accepts a comma separated string of Assortment internal ids. Lookup references in ListAssortments.
Accepts a comma separated string of store internal ids. The StoreOnHand property of the product will show the onHand values for supplied Stores if supplied.
A comma separated list of PriceList internal 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.
Company internal id. Checks for specific company bound prices if provided. Note! customerId is mandatory in combination with companyId.
Sort order as formatted [Property] [Asc/Desc] with comma as separator. Supported properties for sorting on the server are PopularityRank, Name, Price and SortOrder.
Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.
Specifies in which currency to display prices. Uses Storm internal ids. If none is supplied, value is resolved from Application.
Specifies if the output should be grouped as products or as variants. Default is false which returns a list of products. Set to true if variants are wanted.
curl -i -X GET \ 'https://demo.storm.io/api/1.1/ProductService.svc/rest/ListProductAccessories5?accessoryTypeSeed=string&assortmentSeed=string&productId=0&statusSeed=string'
{ "Accessories": { "ItemCount": 0, "Items": [ … ] }, "VariantAccessories": [ { … } ] }
Accepts a comma separated string of Status internal ids. Lookup references in ListStatuses.
Accepts a comma separated string of Assortment internal ids. Lookup references in ListAssortments.
Accepts a comma separated string of store internal ids. The StoreOnHand property of the product will show the onHand values for supplied Stores if supplied.
A comma separated list of PriceList internal 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.
Company internal id. Checks for specific company bound prices if provided. Note! customerId is mandatory in combination with companyId.
Sort order as formatted [Property] [Asc/Desc] with comma as separator. Supported properties for sorting on the server are PopularityRank, Name, Price and SortOrder.
Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.
curl -i -X GET \ 'https://demo.storm.io/api/1.1/ProductService.svc/rest/ListProductCrossSell?assortmentSeed=string&productId=0&statusSeed=string'
Success
Counts the number of products in the list. If the list is fetched with AsVariants set to true ItemCount will still just count the number of products. Not items in the list. When fetched with a method that has filters, this value will be to total after the filters have been applied.
{ "ItemCount": 0, "Items": [ { … } ] }
Accepts a comma separated string of Status internal ids. Lookup references in ListStatuses.
Accepts a comma separated string of Assortment internal ids. Lookup references in ListAssortments.
Accepts a comma separated string of store internal ids. The StoreOnHand property of the product will show the onHand values for supplied Stores if supplied.
A comma separated list of PriceList internal 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.
Company internal id. Checks for specific company bound prices if provided. Note! customerId is mandatory in combination with companyId.
Sort order as formatted [Property] [Asc/Desc] with comma as separator. Supported properties for sorting on the server are PopularityRank, Name, Price and SortOrder.
Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.
Specifies in which currency to display prices. Uses Storm internal ids. If none is supplied, value is resolved from Application.
curl -i -X GET \ 'https://demo.storm.io/api/1.1/ProductService.svc/rest/ListProductCrossSell2?assortmentSeed=string&productId=0&statusSeed=string'
Success
Counts the number of products in the list. If the list is fetched with AsVariants set to true ItemCount will still just count the number of products. Not items in the list. When fetched with a method that has filters, this value will be to total after the filters have been applied.
{ "ItemCount": 0, "Items": [ { … } ] }
Accepts a comma separated string of Status internal ids. Lookup references in ListStatuses.
Accepts a comma separated string of Assortment internal ids. Lookup references in ListAssortments.
Accepts a comma separated string of store internal ids. The StoreOnHand property of the product will show the onHand values for supplied Stores if supplied.
A comma separated list of PriceList internal 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.
Company internal id. Checks for specific company bound prices if provided. Note! customerId is mandatory in combination with companyId.
Sort order as formatted [Property] [Asc/Desc] with comma as separator. Supported properties for sorting on the server are PopularityRank, Name, Price and SortOrder.
Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.
Specifies in which currency to display prices. Uses Storm internal ids. If none is supplied, value is resolved from Application.
curl -i -X GET \ 'https://demo.storm.io/api/1.1/ProductService.svc/rest/ListProductCrossSell3?assortmentSeed=string&productId=0&statusSeed=string'
{ "Accessories": { "ItemCount": 0, "Items": [ … ] }, "VariantAccessories": [ { … } ] }
Accepts a comma separated string of Status internal ids. Lookup references in ListStatuses.
Accepts a comma separated string of Assortment internal ids. Lookup references in ListAssortments.
Accepts a comma separated string of store internal ids. The StoreOnHand property of the product will show the onHand values for supplied Stores if supplied.
A comma separated list of PriceList internal 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.
Company internal id. Checks for specific company bound prices if provided. Note! customerId is mandatory in combination with companyId.
Sort order as formatted [Property] [Asc/Desc] with comma as separator. Supported properties for sorting on the server are PopularityRank, Name, Price and SortOrder.
Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.
Specifies in which currency to display prices. Uses Storm internal ids. If none is supplied, value is resolved from Application.
Specifies if the output should be grouped as products or as variants. Default is false which returns a list of products. Set to true if variants are wanted.
curl -i -X GET \ 'https://demo.storm.io/api/1.1/ProductService.svc/rest/ListProductCrossSell4?assortmentSeed=string&productId=0&statusSeed=string'
{ "Accessories": { "ItemCount": 0, "Items": [ … ] }, "VariantAccessories": [ { … } ] }
Accepts a comma separated string of Type IDs. Lookup references in ListProductRelationTypes. If empty or null, all types will be used.
Accepts a comma separated string of Status internal ids. Lookup references in ListStatuses.
Accepts a comma separated string of Assortment internal ids. Lookup references in ListAssortments.
Accepts a comma separated string of store internal ids. The StoreOnHand property of the product will show the onHand values for supplied Stores if supplied.
A comma separated list of PriceList internal 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.
Company internal id. Checks for specific company bound prices if provided. Note! customerId is mandatory in combination with companyId.
Sort order as formatted [Property] [Asc/Desc] with comma as separator. Supported properties for sorting on the server are PopularityRank, Name, Price and SortOrder.
Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.
Specifies in which currency to display prices. Uses Storm internal ids. If none is supplied, value is resolved from Application.
Specifies if the output should be grouped as products or as variants. Default is false which returns a list of products. Set to true if variants are wanted.
curl -i -X GET \ 'https://demo.storm.io/api/1.1/ProductService.svc/rest/ListProductRelations?assortmentSeed=string&productId=0&relationTypeSeed=string&statusSeed=string'
[ { "Id": 0, "Code": "string", "Name": "string", "Description": "string", "RelationsMetadata": [ … ], "Relations": { … }, "VariantRelations": [ … ] } ]
curl -i -X GET \ https://demo.storm.io/api/1.1/ProductService.svc/rest/ListProductRelationTypes
[ { "Id": 0, "Value": "string", "Code": "string" } ]
Accepts a comma separated string of Status internal ids. Lookup references in ListStatuses.
Accepts a comma separated string of Assortment internal ids. Lookup references in ListAssortments.
Accepts a comma separated string of store internal ids. The StoreOnHand property of the product will show the onHand values for supplied Stores if supplied.
A comma separated list of PriceList internal 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.
Company internal id. Checks for specific company bound prices if provided. Note! customerId is mandatory in combination with companyId.
Sort order as formatted [Property] [Asc/Desc] with comma as separator. Supported properties for sorting on the server are PopularityRank, Name, Price and SortOrder.
Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.
curl -i -X GET \ 'https://demo.storm.io/api/1.1/ProductService.svc/rest/ListProductUpsell?assortmentSeed=string&productId=0&statusSeed=string'
Success
Counts the number of products in the list. If the list is fetched with AsVariants set to true ItemCount will still just count the number of products. Not items in the list. When fetched with a method that has filters, this value will be to total after the filters have been applied.
{ "ItemCount": 0, "Items": [ { … } ] }
Accepts a comma separated string of Status internal ids. Lookup references in ListStatuses.
Accepts a comma separated string of Assortment internal ids. Lookup references in ListAssortments.
Accepts a comma separated string of store internal ids. The StoreOnHand property of the product will show the onHand values for supplied Stores if supplied.
A comma separated list of PriceList internal 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.
Company internal id. Checks for specific company bound prices if provided. Note! customerId is mandatory in combination with companyId.
Sort order as formatted [Property] [Asc/Desc] with comma as separator. Supported properties for sorting on the server are PopularityRank, Name, Price and SortOrder.
Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.
Specifies in which currency to display prices. Uses Storm internal ids. If none is supplied, value is resolved from Application.
curl -i -X GET \ 'https://demo.storm.io/api/1.1/ProductService.svc/rest/ListProductUpsell2?assortmentSeed=string&productId=0&statusSeed=string'
Success
Counts the number of products in the list. If the list is fetched with AsVariants set to true ItemCount will still just count the number of products. Not items in the list. When fetched with a method that has filters, this value will be to total after the filters have been applied.
{ "ItemCount": 0, "Items": [ { … } ] }
Accepts a comma separated string of Status internal ids. Lookup references in ListStatuses.
Accepts a comma separated string of Assortment internal ids. Lookup references in ListAssortments.
Accepts a comma separated string of store internal ids. The StoreOnHand property of the product will show the onHand values for supplied Stores if supplied.
A comma separated list of PriceList internal 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.
Company internal id. Checks for specific company bound prices if provided. Note! customerId is mandatory in combination with companyId.
Sort order as formatted [Property] [Asc/Desc] with comma as separator. Supported properties for sorting on the server are PopularityRank, Name, Price and SortOrder.
Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.
Specifies in which currency to display prices. Uses Storm internal ids. If none is supplied, value is resolved from Application.
curl -i -X GET \ 'https://demo.storm.io/api/1.1/ProductService.svc/rest/ListProductUpSell3?assortmentSeed=string&productId=0&statusSeed=string'
{ "Accessories": { "ItemCount": 0, "Items": [ … ] }, "VariantAccessories": [ { … } ] }
Accepts a comma separated string of Status internal ids. Lookup references in ListStatuses.
Accepts a comma separated string of Assortment internal ids. Lookup references in ListAssortments.
Accepts a comma separated string of store internal ids. The StoreOnHand property of the product will show the onHand values for supplied Stores if supplied.
A comma separated list of PriceList internal 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.
Company internal id. Checks for specific company bound prices if provided. Note! customerId is mandatory in combination with companyId.
Sort order as formatted [Property] [Asc/Desc] with comma as separator. Supported properties for sorting on the server are PopularityRank, Name, Price and SortOrder.
Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.
Specifies in which currency to display prices. Uses Storm internal ids. If none is supplied, value is resolved from Application.
Specifies if the output should be grouped as products or as variants. Default is false which returns a list of products. Set to true if variants are wanted.
curl -i -X GET \ 'https://demo.storm.io/api/1.1/ProductService.svc/rest/ListProductUpSell4?assortmentSeed=string&productId=0&statusSeed=string'
{ "Accessories": { "ItemCount": 0, "Items": [ … ] }, "VariantAccessories": [ { … } ] }