Get DeliveryMethod
STORM QUERY
/Core
/- Get PaymentMethod
Get Application
Get Country
Get Currency
Get File
Get FileType
Get SalesArea
Get SkuStatus
Get VatCode
Get DeliveryMethod
Get ProductInfoTypeGroup
Get KpiOrder
Get SkuType
Get RecurringOrderStatus
Get RecurringOrderScheduleFrequency
Get RecurringOrderScheduleMonthlyInterval
Get RecurringOrderScheduleMonthlyIntervalValue
GetClientSeed
Get PaymentMethod
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/DeliveryMethods
- cURL
- JS
- C#
curl -i -X GET \
https://query.storm.io/Query/2.0/Core/DeliveryMethods
Response
application/json
[ { "Id": 0, "DeliveryServiceId": 0, "DeliveryMethodTypeId": 0, "DefaultName": "string", "DefaultDescription": "string", "DefaultLogoPath": "string", "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "DefaultLogoKey": "string", "DeliveryService": { … }, "DeliveryMethodType": { … } } ]
https://query.storm.io/Query/2.0/Core/PaymentMethods
- cURL
- JS
- C#
curl -i -X GET \
https://query.storm.io/Query/2.0/Core/PaymentMethods
Response
application/json
[ { "Id": 0, "PaymentMethodTypeId": 0, "DefaultName": "string", "DefaultDescription": "string", "LogoPath": "string", "SortOrder": 0, "IsPartialPayment": true, "IsActive": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "LogoKey": "string" } ]
https://query.storm.io/Query/2.0/Core/ProductInfoTypeGroups
- cURL
- JS
- C#
curl -i -X GET \
https://query.storm.io/Query/2.0/Core/ProductInfoTypeGroups
Response
application/json
[ { "Id": 0, "DefaultName": "string", "DefaultDescription": "string", "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "Cultures": [ … ] } ]