Get FileType
COMMERCE QUERY
/Core
/- Get SalesArea
Get Application
Get Country
Get Currency
Get File
Get FileType
Get SkuStatus
Get VatCode
Get DeliveryMethod
Get PaymentMethod
Get ProductInfoTypeGroup
Get KpiOrder
Get SkuType
Get RecurringOrderStatus
Get RecurringOrderScheduleFrequency
Get RecurringOrderScheduleMonthlyInterval
Get RecurringOrderScheduleMonthlyIntervalValue
GetClientSeed
Get SalesArea
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://customer-slug.api-se.norce.tech/commerce/query/2.0/
https://customer-slug.api-se.norce.tech/commerce/query/2.0/Core/FileTypes
- cURL
- JS
- C#
curl -i -X GET \
https://customer-slug.api-se.norce.tech/commerce/query/2.0/Core/FileTypes
Response
application/json
[ { "Id": 0, "Extension": "string", "MimeType": "string", "IsActive": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "Files": [ … ] } ]
https://customer-slug.api-se.norce.tech/commerce/query/2.0/Core/SalesAreas
- cURL
- JS
- C#
curl -i -X GET \
https://customer-slug.api-se.norce.tech/commerce/query/2.0/Core/SalesAreas
Response
application/json
[ { "Id": 0, "DefaultName": "string", "DefaultDescription": "string", "DefaultCurrencyId": 0, "DefaultVatCodeId": 0, "IsActive": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "Cultures": [ … ] } ]
https://customer-slug.api-se.norce.tech/commerce/query/2.0/Core/SkuStatuses
- cURL
- JS
- C#
curl -i -X GET \
https://customer-slug.api-se.norce.tech/commerce/query/2.0/Core/SkuStatuses
Response
application/json
[ { "Id": 0, "DefaultName": "string", "DefaultDescription": "string", "IsActive": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "Cultures": [ … ] } ]