Query (v1)

Download OpenAPI description
Languages
Servers

https://norcecommerce.api-se.norce.tech/commerce/query/3.0/

Schemas

ClientCulture

clientIdinteger(int32)

The client identifier.

cultureCodestring or null[ 0 .. 16 ] characters

The culture code (e.g. en-US).

isPrimaryboolean

Indicates whether the client culture is primary for the client.

createdstring(date-time)

The date and time the record was created.

createdByinteger(int32)

The identifier of the user who created the record.

updatedstring or null(date-time)

The date and time the record was last updated.

updatedByinteger or null(int32)

The identifier of the user who last updated the record.

collationstring or null[ 0 .. 128 ] characters

The collation.

{ "clientId": 0, "cultureCode": "string", "isPrimary": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "collation": "string" }

CurrencyClient

currencyIdinteger(int32)

The currency identifier.

clientIdinteger(int32)

The client identifier.

exchangeRatenumber or null(decimal)

The exchange rate, conversion rate between the currency and EUR.

isPrimaryboolean

Indicates whether the currency client is primary.

thresholdPercentnumber or null(decimal)

The threshold percent, used for determining when to trigger certain actions based on the currency value, currently not used.

schedulestring or null[ 0 .. 1000 ] characters

The schedule, defining the timing or frequency of currency updates, currently not used.

updatedstring or null(date-time)

The date and time the record was last updated.

updatedByinteger or null(int32)

The identifier of the user who last updated the record.

{ "currencyId": 0, "clientId": 0, "exchangeRate": 0, "isPrimary": true, "thresholdPercent": 0, "schedule": "string", "updated": "2019-08-24T14:15:22Z", "updatedBy": 0 }

SupplierManufacturerMapping

clientIdinteger(int32)
supplierIdinteger(int32)
manufacturerSupplierIdinteger(int32)
codestring
productCountinteger(int32)
isActiveboolean
{ "clientId": 0, "supplierId": 0, "manufacturerSupplierId": 0, "code": "string", "productCount": 0, "isActive": true }

Application

Operations

Core

Operations

Customers

Operations

Order

Operations

Products

Operations

Shopping

Operations

Metadata

Operations