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 SupplierManufacturerMapping

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

Responses

Success

Bodyapplication/jsonArray [
ManufacturerSupplierIdinteger(int32)

ManufacturerSupplierId. Key property.

ClientIdinteger(int32)

ClientId.

SupplierIdinteger(int32)

SupplierId.

Codestring

Code. Nullable.

ProductCountinteger(int32)

ProductCount.

IsActiveboolean

IsActive.

]
Response
application/json
[ { "ManufacturerSupplierId": 0, "ClientId": 0, "SupplierId": 0, "Code": "string", "ProductCount": 0, "IsActive": true } ]

Request

Get ClientProductSkuTypeClient

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

Responses

Success

Bodyapplication/jsonArray [
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.

]
Response
application/json
[ { "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": [] } ]

Request

Get ClientDivision

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

Responses

Success

Bodyapplication/jsonArray [
Idinteger(int32)

Id. Key property.

ClientIdinteger(int32)

ClientId.

DivisionCodestring

DivisionCode. MaxLength: 50. Nullable.

DefaultNamestring

DefaultName. MaxLength: 50. Nullable.

DefaultGroupNamestring

DefaultGroupName. MaxLength: 50. Nullable.

DefaultSubGroupNamestring

DefaultSubGroupName. MaxLength: 50. Nullable.

DefaultDescriptionstring

DefaultDescription. Nullable.

DefaultImagePathstring

DefaultImagePath. MaxLength: 255. Nullable.

IsPublicboolean

IsPublic.

IsActiveboolean

IsActive.

Createdstring(date-time)

Created.

CreatedByinteger(int32)

CreatedBy.

Updatedstring(date-time)

Updated. Nullable.

UpdatedByinteger(int32)

UpdatedBy. Nullable.

Keystring(guid)

Key.

ImageKeystring(guid)

ImageKey. Nullable.

DefaultUniqueUrlNamestring

DefaultUniqueUrlName. MaxLength: 100. Nullable.

Latitudestring

Latitude. Nullable.

Longitudestring

Longitude. Nullable.

EmailAddressstring

EmailAddress. MaxLength: 255. Nullable.

PhoneNumberstring

PhoneNumber. MaxLength: 50. Nullable.

FaxNumberstring

FaxNumber. MaxLength: 50. Nullable.

AddressLine1string

AddressLine1. MaxLength: 255. Nullable.

AddressLine2string

AddressLine2. MaxLength: 255. Nullable.

ZipCodestring

ZipCode. MaxLength: 50. Nullable.

Citystring

City. MaxLength: 50. Nullable.

Regionstring

Region. MaxLength: 100. Nullable.

CountryIdinteger(int32)

CountryId. Nullable.

OpenHoursWeekdaystring

OpenHoursWeekday. MaxLength: 255. Nullable.

OpenHoursSaturdaystring

OpenHoursSaturday. MaxLength: 255. Nullable.

OpenHoursSundaystring

OpenHoursSunday. MaxLength: 255. Nullable.

ApplicationsArray of objects(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientDivisionApplication)(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientDivisionApplication)

Applications.

InfosArray of objects(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientDivisionInfo)(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientDivisionInfo)

Infos.

PriceListsArray of objects(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientDivisionPriceList)(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientDivisionPriceList)

PriceLists.

WarehousesArray of objects(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientDivisionWarehouse)(Enferno.Storm.Query.Api.DataContexts.ApplicationModel.ClientDivisionWarehouse)

Warehouses.

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

Cultures.

]
Response
application/json
[ { "Id": 0, "ClientId": 0, "DivisionCode": "string", "DefaultName": "string", "DefaultGroupName": "string", "DefaultSubGroupName": "string", "DefaultDescription": "string", "DefaultImagePath": "string", "IsPublic": true, "IsActive": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "Key": "string", "ImageKey": "string", "DefaultUniqueUrlName": "string", "Latitude": "string", "Longitude": "string", "EmailAddress": "string", "PhoneNumber": "string", "FaxNumber": "string", "AddressLine1": "string", "AddressLine2": "string", "ZipCode": "string", "City": "string", "Region": "string", "CountryId": 0, "OpenHoursWeekday": "string", "OpenHoursSaturday": "string", "OpenHoursSunday": "string", "Applications": [], "Infos": [], "PriceLists": [], "Warehouses": [], "Cultures": [] } ]