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.ProductCulture

ProductIdinteger(int32)

ProductId. Key property.

CultureCodestring

CultureCode. MaxLength: 16. Key property.

Namestring

Name. MaxLength: 255. Nullable.

NameLastUpdatedstring(date-time)

NameLastUpdated. Nullable.

NameLastUpdatedByinteger(int32)

NameLastUpdatedBy. Nullable.

SubHeaderstring

SubHeader. MaxLength: 255. Nullable.

SubHeaderLastUpdatedstring(date-time)

SubHeaderLastUpdated. Nullable.

SubHeaderLastUpdatedByinteger(int32)

SubHeaderLastUpdatedBy. Nullable.

SubDescriptionstring

SubDescription. Nullable.

SubDescriptionLastUpdatedstring(date-time)

SubDescriptionLastUpdated. Nullable.

SubDescriptionLastUpdatedByinteger(int32)

SubDescriptionLastUpdatedBy. Nullable.

DescriptionHeaderstring

DescriptionHeader. MaxLength: 255. Nullable.

DescriptionHeaderLastUpdatedstring(date-time)

DescriptionHeaderLastUpdated. Nullable.

DescriptionHeaderLastUpdatedByinteger(int32)

DescriptionHeaderLastUpdatedBy. Nullable.

Descriptionstring

Description. Nullable.

DescriptionLastUpdatedstring(date-time)

DescriptionLastUpdated. Nullable.

DescriptionLastUpdatedByinteger(int32)

DescriptionLastUpdatedBy. Nullable.

ImagePathstring

ImagePath. MaxLength: 255. Nullable.

ThumbnailImagePathstring

ThumbnailImagePath. MaxLength: 255. Nullable.

CampaignImagePathstring

CampaignImagePath. MaxLength: 255. Nullable.

LargeImagePathstring

LargeImagePath. MaxLength: 255. Nullable.

ImageLastUpdatedstring(date-time)

ImageLastUpdated. Nullable.

ImageLastUpdatedByinteger(int32)

ImageLastUpdatedBy. Nullable.

Synonymsstring

Synonyms. MaxLength: 500. Nullable.

SynonymsLastUpdatedstring(date-time)

SynonymsLastUpdated. Nullable.

SynonymsLastUpdatedByinteger(int32)

SynonymsLastUpdatedBy. Nullable.

Titlestring

Title. MaxLength: 255. Nullable.

Tagsstring

Tags. Nullable.

MetaTagsstring

MetaTags. Nullable.

MetaDescriptionstring

MetaDescription. Nullable.

Updatedstring(date-time)

Updated. Nullable.

UpdatedByinteger(int32)

UpdatedBy. Nullable.

UniqueUrlNamestring

UniqueUrlName. MaxLength: 500. Nullable.

IsUniqueUrlNameManuallyMaintainedboolean

IsUniqueUrlNameManuallyMaintained.

ImageKeystring(guid)

ImageKey. Nullable.

ExternalDescriptionstring

ExternalDescription. Nullable.

ClientIdinteger(int32)

ClientId.

{ "ProductId": 0, "CultureCode": "string", "Name": "string", "NameLastUpdated": "2019-08-24T14:15:22Z", "NameLastUpdatedBy": 0, "SubHeader": "string", "SubHeaderLastUpdated": "2019-08-24T14:15:22Z", "SubHeaderLastUpdatedBy": 0, "SubDescription": "string", "SubDescriptionLastUpdated": "2019-08-24T14:15:22Z", "SubDescriptionLastUpdatedBy": 0, "DescriptionHeader": "string", "DescriptionHeaderLastUpdated": "2019-08-24T14:15:22Z", "DescriptionHeaderLastUpdatedBy": 0, "Description": "string", "DescriptionLastUpdated": "2019-08-24T14:15:22Z", "DescriptionLastUpdatedBy": 0, "ImagePath": "string", "ThumbnailImagePath": "string", "CampaignImagePath": "string", "LargeImagePath": "string", "ImageLastUpdated": "2019-08-24T14:15:22Z", "ImageLastUpdatedBy": 0, "Synonyms": "string", "SynonymsLastUpdated": "2019-08-24T14:15:22Z", "SynonymsLastUpdatedBy": 0, "Title": "string", "Tags": "string", "MetaTags": "string", "MetaDescription": "string", "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "UniqueUrlName": "string", "IsUniqueUrlNameManuallyMaintained": true, "ImageKey": "string", "ExternalDescription": "string", "ClientId": 0 }

Enferno.Storm.Query.Api.DataContexts.ProductModel.ProductFile

Idinteger(int32)

Id. Key property.

ProductIdinteger(int32)

ProductId.

ClientIdinteger(int32)

ClientId.

FileIdinteger(int32)

FileId.

DefaultNamestring

DefaultName. MaxLength: 50. Nullable.

DefaultDescriptionstring

DefaultDescription. Nullable.

DefaultPathstring

DefaultPath. Nullable.

DefaultThumbnailPathstring

DefaultThumbnailPath. MaxLength: 255. Nullable.

DefaultSizestring

DefaultSize. MaxLength: 50. Nullable.

IsActiveboolean

IsActive.

Createdstring(date-time)

Created.

CreatedByinteger(int32)

CreatedBy.

Updatedstring(date-time)

Updated. Nullable.

UpdatedByinteger(int32)

UpdatedBy. Nullable.

FileKeystring(guid)

FileKey. Nullable.

IsVariantUniqueboolean

IsVariantUnique.

Codestring

Code. MaxLength: 255. Nullable.

SortOrderinteger(int32)

SortOrder. Nullable.

{ "Id": 0, "ProductId": 0, "ClientId": 0, "FileId": 0, "DefaultName": "string", "DefaultDescription": "string", "DefaultPath": "string", "DefaultThumbnailPath": "string", "DefaultSize": "string", "IsActive": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "FileKey": "string", "IsVariantUnique": true, "Code": "string", "SortOrder": 0 }

Enferno.Storm.Query.Api.DataContexts.ProductModel.ProductParametric

ProductIdinteger(int32)

ProductId. Key property.

ParametricIdinteger(int32)

ParametricId. Key property.

ClientIdinteger(int32)

ClientId.

DefaultVarcharValuestring

DefaultVarcharValue. MaxLength: 255. Nullable.

DefaultHtmlValuestring

DefaultHtmlValue. Nullable.

IntegerValueinteger(int32)

IntegerValue. Nullable.

DecimalValuenumber(decimal)

DecimalValue. Nullable.

BooleanValueboolean

BooleanValue. Nullable.

DateValuestring(date-time)

DateValue. Nullable.

ListIdinteger(int32)

ListId. Nullable.

NormalizedValuenumber(decimal)

NormalizedValue. Nullable.

Createdstring(date-time)

Created.

CreatedByinteger(int32)

CreatedBy.

Updatedstring(date-time)

Updated. Nullable.

UpdatedByinteger(int32)

UpdatedBy. Nullable.

IsVariantUniqueboolean

IsVariantUnique.

CulturesArray of objects(Enferno.Storm.Query.Api.DataContexts.ProductModel.ProductParametricCulture)(Enferno.Storm.Query.Api.DataContexts.ProductModel.ProductParametricCulture)

Cultures.

{ "ProductId": 0, "ParametricId": 0, "ClientId": 0, "DefaultVarcharValue": "string", "DefaultHtmlValue": "string", "IntegerValue": 0, "DecimalValue": 0, "BooleanValue": true, "DateValue": "2019-08-24T14:15:22Z", "ListId": 0, "NormalizedValue": 0, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "IsVariantUnique": true, "Cultures": [ {} ] }

Products

Operations