Skip to content

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/

Operations

Request

Get ProductSkuBestPrice

curl -i -X GET \
  https://customer-slug.api-se.norce.tech/commerce/query/2.0/Products/ProductBestPrices

Responses

Success

Bodyapplication/jsonArray [
PartNostring

PartNo. MaxLength: 50. Key property.

ApplicationIdinteger(int32)

ApplicationId. Key property.

Idinteger(int32)

Id.

QtyBreakinteger(int32)

QtyBreak.

ClientIdinteger(int32)

ClientId.

PriceListIdinteger(int32)

PriceListId.

CurrencyIdinteger(int32)

CurrencyId.

PriceSalenumber(decimal)

PriceSale.

TimeStampstring(date-time)

TimeStamp.

]
Response
application/json
[ { "PartNo": "string", "ApplicationId": 0, "Id": 0, "QtyBreak": 0, "ClientId": 0, "PriceListId": 0, "CurrencyId": 0, "PriceSale": 0, "TimeStamp": "2019-08-24T14:15:22Z" } ]

Request

GetDeltaProductSkus

Query
bindingParameterstring
offsetInMinutesinteger(int32)required
curl -i -X GET \
  'https://customer-slug.api-se.norce.tech/commerce/query/2.0/Products/GetDeltaProductSkus?offsetInMinutes=0'

Responses

Success

Bodyapplication/json
string
Response
application/json
"string"

Request

GetDeltaProductSkuOnHands

Query
bindingParameterstring
offsetInMinutesinteger(int32)required
curl -i -X GET \
  'https://customer-slug.api-se.norce.tech/commerce/query/2.0/Products/GetDeltaProductSkuOnHands?offsetInMinutes=0'

Responses

Success

Bodyapplication/json
string
Response
application/json
"string"