Get Country
STORM QUERY
/Core
/- Get Currency
Get Application
Get Country
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 Currency
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/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": [ … ] } ]
https://query.storm.io/Query/2.0/Core/Files
- cURL
- JS
- C#
curl -i -X GET \
https://query.storm.io/Query/2.0/Core/Files
Response
application/json
[ { "Id": 0, "DefaultName": "string", "DefaultDescription": "string", "TypeId": 0, "DefaultPixelWidth": 0, "DefaultPixelHeight": 0, "DefaultMaxSize": 0, "DefaultThumbnailPixelWidth": 0, "DefaultThumbnailPixelHeight": 0, "DefaultThumbnailMaxSize": 0, "IsHidden": true, "IsActive": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "Cultures": [ … ], "Type": { … } } ]