Query (v1)

Download OpenAPI description
Languages
Servers

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

Schemas

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 }

SingleResultOfClientManufacturer

queryableArray of objects or null
{ "queryable": [ {} ] }

Application

Operations

Core

Operations

Customers

Operations

Order

Operations

Products

Operations

Shopping

Operations

Metadata

Operations