Storm Query API is an API based on OData V4. It is an API to fill the need for data from Storm in integration services that do not have direct access to Storm’s data and data models.
https://query.storm.io/Query/2.0/
https://query.storm.io/Query/2.0/Products/ProductSkuPriceLists
curl -i -X GET \
https://query.storm.io/Query/2.0/Products/ProductSkuPriceLists[ { "PartNo": "string", "PriceListId": 0, "QtyBreak": 0, "ClientId": 0, "CurrencyId": 0, "PriceSale": 0, "PriceSaleLastUpdated": "2019-08-24T14:15:22Z", "PriceSaleLastUpdatedBy": 0, "PriceRuleId": 0, "PriceRuleValue": 0, "CostPurchase": 0, "CostPurchaseLastUpdated": "2019-08-24T14:15:22Z", "CostPurchaseLastUpdatedBy": 0, "CostUnit": 0, "CostUnitLastUpdated": "2019-08-24T14:15:22Z", "CostUnitLastUpdatedBy": 0, "SupplementChargePercentage": 0, "PriceStandard": 0, "PriceRecommended": 0, "PriceRecommendedLastUpdated": "2019-08-24T14:15:22Z", "PriceRecommendedLastUpdatedBy": 0, "PricePrevious": 0, "PricePreviousLastUpdated": "2019-08-24T14:15:22Z", "PricePreviousLastUpdatedBy": 0, "PriceCatalog": 0, "PriceCatalogLastUpdated": "2019-08-24T14:15:22Z", "PriceCatalogLastUpdatedBy": 0, "IsPriceDiscountable": true, "ChosenSupplierId": 0, "ChosenSupplierPartNo": "string", "ChosenSupplierPriceListId": 0, "ChosenSupplierQtyBreak": 0, "IsChosenSupplierLocked": true, "IsActive": true, "StoppedDate": "2019-08-24T14:15:22Z", "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "LastChecked": "2019-08-24T14:15:22Z", "MinimumMarginPercentage": 0, "PriceRuleLastUpdated": "2019-08-24T14:15:22Z", "PriceRuleLastUpdatedBy": 0, "PricingId": 0, "SupplementCharge": 0, "LimitToPriceRecommended": true, "IsActiveLastUpdated": "2019-08-24T14:15:22Z", "IsActiveLastUpdatedBy": 0, "Sku": { … }, "Info": [ … ] } ]
https://query.storm.io/Query/2.0/Products/Variants
curl -i -X GET \
https://query.storm.io/Query/2.0/Products/VariantsSuccess
Cultures.
Products.
[ { "Id": 0, "ClientId": 0, "DefaultName": "string", "DefaultImagePath": "string", "DefaultThumbnailImagePath": "string", "DefaultCampaignImagePath": "string", "DefaultLargeImagePath": "string", "GroupId": 0, "Alias": "string", "DefaultTitle": "string", "DefaultTags": "string", "DefaultMetaTags": "string", "DefaultMetaDescription": "string", "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "ImageKey": "string", "Code": "string", "DefaultUniqueUrlName": "string", "Key": "string", "Cultures": [ … ], "Products": [ … ], "VariantGroup": { … } } ]
https://query.storm.io/Query/2.0/Products/ProductAccessories
curl -i -X GET \
https://query.storm.io/Query/2.0/Products/ProductAccessories[ { "ProductId": 0, "ClientId": 0, "AccessoryProductId": 0, "TypeId": 0, "SortOrder": 0, "PopulationRuleId": 0, "IsActive": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "IsProductVariantUnique": true, "IsAccessoryProductVariantUnique": true, "Cultures": [ … ] } ]