Get Application
STORM QUERY
/Core
/- Get Country
Get Application
Get Currency
Get File
Get FileType
Get SalesArea
Get SkuStatus
Get VatCode
Get DeliveryMethod
Get PaymentMethod
Get ProductInfoTypeGroup
Get KpiOrder
Get SkuType
Get RecurringOrderStatus
Get RecurringOrderScheduleFrequency
Get RecurringOrderScheduleMonthlyInterval
Get RecurringOrderScheduleMonthlyIntervalValue
GetClientSeed
Get Country
Storm Query API Documentation (2.0)
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.
Download OpenAPI description
Languages
Servers
https://query.storm.io/Query/2.0/
https://query.storm.io/Query/2.0/Core/Applications
- cURL
- JS
- C#
curl -i -X GET \
https://query.storm.io/Query/2.0/Core/Applications
Response
application/json
[ { "Id": 0, "Key": "string", "Name": "string", "Description": "string", "Url": "string", "CmsUrl": "string", "SalesUrl": "string", "SenderEmailAddress": "string", "HostClientId": 0, "IsActive": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "UrlMatch": "string", "ParentId": 0, "ImageKey": "string", "ProductUrl": "string", "Client": { … } } ]
https://query.storm.io/Query/2.0/Core/Countries
- cURL
- JS
- C#
curl -i -X GET \
https://query.storm.io/Query/2.0/Core/Countries
Response
application/json
[ { "Id": 0, "Code": "string", "DefaultName": "string", "PhoneAreaCode": 0, "IsActive": true, "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/Currencies
- cURL
- JS
- C#
curl -i -X GET \
https://query.storm.io/Query/2.0/Core/Currencies
Response
application/json
[ { "Id": 0, "Code": "string", "DefaultName": "string", "ExchangeRate": 0, "DefaultPrefix": "string", "DefaultSuffix": "string", "IsActive": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "Cultures": [ … ] } ]