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.ApplicationModel.ClientProductSkuTypeClient

TypeIdinteger(int32)

TypeId. Key property.

ClientIdinteger(int32)

ClientId.

Namestring

Name. MaxLength: 50. Nullable.

Descriptionstring

Description. MaxLength: 500. Nullable.

SortOrderinteger(int32)

SortOrder. Nullable.

Createdstring(date-time)

Created.

CreatedByinteger(int32)

CreatedBy.

Updatedstring(date-time)

Updated. Nullable.

UpdatedByinteger(int32)

UpdatedBy. Nullable.

CulturesArray of objects(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientProductSkuTypeCulture)(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientProductSkuTypeCulture)

Cultures.

{ "TypeId": 0, "ClientId": 0, "Name": "string", "Description": "string", "SortOrder": 0, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "Cultures": [ {} ] }

Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientDivisionInfo

DivisionIdinteger(int32)

DivisionId. Key property.

TypeIdinteger(int32)

TypeId. Key property.

Idinteger(int32)

Id.

Valuestring

Value. Nullable.

Updatedstring(date-time)

Updated.

UpdatedByinteger(int32)

UpdatedBy.

ClientIdinteger(int32)

ClientId. Nullable.

{ "DivisionId": 0, "TypeId": 0, "Id": 0, "Value": "string", "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "ClientId": 0 }

Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientDivisionCulture

DivisionIdinteger(int32)

DivisionId. Key property.

CultureCodestring

CultureCode. MaxLength: 16. Key property.

Namestring

Name. MaxLength: 50. Nullable.

GroupNamestring

GroupName. MaxLength: 50. Nullable.

SubGroupNamestring

SubGroupName. MaxLength: 50. Nullable.

Descriptionstring

Description. Nullable.

ImagePathstring

ImagePath. MaxLength: 255. Nullable.

Updatedstring(date-time)

Updated. Nullable.

UpdatedByinteger(int32)

UpdatedBy. Nullable.

UniqueUrlNamestring

UniqueUrlName. MaxLength: 100. Nullable.

IsUniqueUrlNameManuallyMaintainedboolean

IsUniqueUrlNameManuallyMaintained.

ImageKeystring(guid)

ImageKey. Nullable.

ClientIdinteger(int32)

ClientId. Nullable.

{ "DivisionId": 0, "CultureCode": "string", "Name": "string", "GroupName": "string", "SubGroupName": "string", "Description": "string", "ImagePath": "string", "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "UniqueUrlName": "string", "IsUniqueUrlNameManuallyMaintained": true, "ImageKey": "string", "ClientId": 0 }

Application

Operations