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/

Schemas

Schemas

Enferno.Storm.Query.Api.DataContexts.ProductModel.ProductParametricCulture

ProductIdinteger(int32)

ProductId. Key property.

ParametricIdinteger(int32)

ParametricId. Key property.

ClientIdinteger(int32)

ClientId.

CultureCodestring

CultureCode. MaxLength: 16. Nullable.

VarcharValuestring

VarcharValue. MaxLength: 255. Nullable.

HtmlValuestring

HtmlValue. Nullable.

Updatedstring(date-time)

Updated. Nullable.

UpdatedByinteger(int32)

UpdatedBy. Nullable.

{ "ProductId": 0, "ParametricId": 0, "ClientId": 0, "CultureCode": "string", "VarcharValue": "string", "HtmlValue": "string", "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0 }

Enferno.Storm.Query.Api.DataContexts.ProductModel.ProductParametricMultiple

ProductIdinteger(int32)

ProductId. Key property.

ParametricIdinteger(int32)

ParametricId. Key property.

MultipleIdinteger(int32)

MultipleId. Key property.

ClientIdinteger(int32)

ClientId.

Updatedstring(date-time)

Updated. Nullable.

UpdatedByinteger(int32)

UpdatedBy. Nullable.

{ "ProductId": 0, "ParametricId": 0, "MultipleId": 0, "ClientId": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0 }

Enferno.Storm.Query.Api.DataContexts.ProductModel.ProductPopularity

ProductIdinteger(int32)

ProductId. Key property.

SourceIdinteger(int32)

SourceId. Key property.

ClientIdinteger(int32)

ClientId.

CategoryRankinteger(int32)

CategoryRank. Nullable.

CategoryRankMaxinteger(int32)

CategoryRankMax. Nullable.

TotalRankinteger(int32)

TotalRank.

Ratingnumber(decimal)

Rating. Nullable.

Updatedstring(date-time)

Updated.

UpdatedByinteger(int32)

UpdatedBy.

Valuenumber(decimal)

Value. Nullable.

Idinteger(int32)

Id.

ApplicationIdinteger(int32)

ApplicationId. Nullable.

{ "ProductId": 0, "SourceId": 0, "ClientId": 0, "CategoryRank": 0, "CategoryRankMax": 0, "TotalRank": 0, "Rating": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "Value": 0, "Id": 0, "ApplicationId": 0 }

Products

Operations