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/Core/ProductInfoTypeGroups
curl -i -X GET \
https://query.storm.io/Query/2.0/Core/ProductInfoTypeGroups[ { "Id": 0, "DefaultName": "string", "DefaultDescription": "string", "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "Cultures": [ … ] } ]
https://query.storm.io/Query/2.0/Core/KpiOrders
curl -i -X GET \
https://query.storm.io/Query/2.0/Core/KpiOrders[ { "Id": 0, "Date": "2019-08-24T14:15:22Z", "ClientId": 0, "ApplicationId": 0, "PaymentServiceId": 0, "PaymentMethodId": 0, "Source": "string", "CurrencyId": 0, "CurrencyRate": 0, "NoOfOrders": 0, "NoOfOrderLines": 0, "CostPurchaseExVAT": 0, "OrderValueExVAT": 0, "OrderValueIncVAT": 0, "Fx": 0, "TotalMargin": 0, "CompanyDiscount": 0, "NoOfAppliedPromotions": 0, "TotalDiscountPromotions": 0 } ]
https://query.storm.io/Query/2.0/Core/SkuTypes
curl -i -X GET \
https://query.storm.io/Query/2.0/Core/SkuTypes[ { "Id": 0, "DefaultName": "string", "DefaultDescription": "string", "GroupId": 0, "DefaultSortOrder": 0, "IsActive": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "IsPublic": true, "Group": { … } } ]