Norce Query API Documentation (2.0)

Norce Query API is an API based on OData V4. It is an API to fill the need for data from Norce in integration services that do not have direct access to Norce’s data and data models.

Download OpenAPI description
Languages
Servers

https://customer-slug.api-se.norce.tech/commerce/query/2.0/

Schemas

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 }

Enferno.Storm.Query.Api.DataContexts.ProductModel.ProductSkuCulture

PartNostring

PartNo. MaxLength: 50. Key property.

CultureCodestring

CultureCode. MaxLength: 16. Key property.

ClientIdinteger(int32)

ClientId.

ErpNamestring

ErpName. MaxLength: 255. Nullable.

Commentstring

Comment. MaxLength: 255. Nullable.

Updatedstring(date-time)

Updated. Nullable.

UpdatedByinteger(int32)

UpdatedBy. Nullable.

{ "PartNo": "string", "CultureCode": "string", "ClientId": 0, "ErpName": "string", "Comment": "string", "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0 }

Enferno.Storm.Query.Api.DataContexts.ProductModel.ProductSkuSalesArea

PartNostring

PartNo. MaxLength: 50. Key property.

SalesAreaIdinteger(int32)

SalesAreaId. Key property.

ClientIdinteger(int32)

ClientId.

VatCodeIdinteger(int32)

VatCodeId. Nullable.

Createdstring(date-time)

Created.

CreatedByinteger(int32)

CreatedBy.

Updatedstring(date-time)

Updated. Nullable.

UpdatedByinteger(int32)

UpdatedBy. Nullable.

{ "PartNo": "string", "SalesAreaId": 0, "ClientId": 0, "VatCodeId": 0, "Created": "2019-08-24T14:15:22Z", "CreatedBy": 0, "Updated": "2019-08-24T14:15:22Z", "UpdatedBy": 0 }

Products

Operations