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

ProductService.SupplierPriceList

Idinteger(int32)

Id. Key property.

SupplierIdinteger(int32)

SupplierId.

ManufacturerIdinteger(int32)

ManufacturerId. Nullable.

ManufacturerCodestring

ManufacturerCode. MaxLength: 50. Nullable.

DefaultNamestring

DefaultName. MaxLength: 50. Nullable.

Codestring

Code. MaxLength: 50. Nullable.

Descriptionstring

Description. MaxLength: 100. Nullable.

EndCustomerstring

EndCustomer. MaxLength: 100. Nullable.

StartDatestring(date-time)

StartDate. Nullable.

EndDatestring(date-time)

EndDate. Nullable.

TransferMethodIdinteger(int32)

TransferMethodId. Nullable.

TransferMethodValuestring

TransferMethodValue. MaxLength: 255. Nullable.

LastImportedstring(date-time)

LastImported. Nullable.

NextExpectedDatestring(date-time)

NextExpectedDate. Nullable.

IsPrimaryboolean

IsPrimary.

ParentSupplierPriceListIdinteger(int32)

ParentSupplierPriceListId. Nullable.

Contactstring

Contact. MaxLength: 50. Nullable.

Commentstring

Comment. MaxLength: 50. Nullable.

IsSpecialTermsboolean

IsSpecialTerms. Nullable.

IsManuallyMaintainedboolean

IsManuallyMaintained.

IgniteSourceIdinteger(int32)

IgniteSourceId. Nullable.

IgniteSourceLastImportedstring(date-time)

IgniteSourceLastImported. Nullable.

Createdstring(date-time)

Created.

CreatedByinteger(int32)

CreatedBy.

Updatedstring(date-time)

Updated. Nullable.

UpdatedByinteger(int32)

UpdatedBy. Nullable.

CurrencyIdinteger(int32)

CurrencyId. Nullable.

TraderaStockCodeSeedstring

TraderaStockCodeSeed. Nullable.

TraderaExternalStockCodeSeedstring

TraderaExternalStockCodeSeed. Nullable.

ClientIdinteger(int32)

ClientId. Nullable.

{ "Id": 0, "SupplierId": 0, "ManufacturerId": 0, "ManufacturerCode": "string", "DefaultName": "string", "Code": "string", "Description": "string", "EndCustomer": "string", "StartDate": "2019-08-24T14:15:22Z", "EndDate": "2019-08-24T14:15:22Z", "TransferMethodId": 0, "TransferMethodValue": "string", "LastImported": "2019-08-24T14:15:22Z", "NextExpectedDate": "2019-08-24T14:15:22Z", "IsPrimary": true, "ParentSupplierPriceListId": 0, "Contact": "string", "Comment": "string", "IsSpecialTerms": true, "IsManuallyMaintained": true, "IgniteSourceId": 0, "IgniteSourceLastImported": "2019-08-24T14:15:22Z", "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0, "CurrencyId": 0, "TraderaStockCodeSeed": "string", "TraderaExternalStockCodeSeed": "string", "ClientId": 0 }

ProductService.Warehouse

Idinteger(int32)

Id. Key property.

DefaultNamestring

DefaultName. MaxLength: 50. Nullable.

IsActiveboolean

IsActive.

Createdstring(date-time)

Created.

CreatedByinteger(int32)

CreatedBy.

Updatedstring(date-time)

Updated. Nullable.

UpdatedByinteger(int32)

UpdatedBy. Nullable.

{ "Id": 0, "DefaultName": "string", "IsActive": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0 }

ProductService.WarehouseLocation

Idinteger(int32)

Id. Key property.

DefaultNamestring

DefaultName. MaxLength: 50. Nullable.

IsActiveboolean

IsActive.

Createdstring(date-time)

Created.

CreatedByinteger(int32)

CreatedBy.

Updatedstring(date-time)

Updated. Nullable.

UpdatedByinteger(int32)

UpdatedBy. Nullable.

{ "Id": 0, "DefaultName": "string", "IsActive": true, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0 }

Products

Operations