Query (v1)

Download OpenAPI description
Languages
Servers

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

Schemas

ApplicationCurrency

applicationIdinteger(int32)

The application identifier.

currencyIdinteger(int32)

The currency identifier.

isPrimaryboolean

Indicates whether the application currency is primary, only one primary currency is allowed.

isActiveboolean

Indicates whether the application currency is active.

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.

clientIdinteger or null(int32)

The client identifier.

{ "applicationId": 0, "currencyId": 0, "isPrimary": true, "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "clientId": 0 }

ApplicationPriceList

applicationIdinteger(int32)

The unique identifier of the application.

priceListIdinteger(int32)

The unique identifier of the price list.

isPrimaryboolean

Indicates whether this is the primary price list for the application, only one primary price list is allowed per application.

isActiveboolean

Indicates whether this price list is active on the application.

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.

isEditableboolean

Indicates whether this application price list is editable, not used anymore.

clientIdinteger or null(int32)

The client identifier.

isFavoriteboolean

Indicates whether this application price list is marked as a favorite, add the price list to the pricing tabs by default in the admin tool.

priceList(PriceList (object or null))
One of:
priceListClient(PriceListClient (object or null))
One of:
{ "applicationId": 0, "priceListId": 0, "isPrimary": true, "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "isEditable": true, "clientId": 0, "isFavorite": true, "priceList": { "id": 0, "defaultName": "string", "defaultDescription": "string", "agreement": "string", "startDate": "2019-08-24T14:15:22Z", "endDate": "2019-08-24T14:15:22Z", "isPublic": true, "isLimitedToStock": true, "isBid": true, "isStako": true, "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "applicationPriceList": [], "clientProductSkuPriceList": [], "priceListClient": [] }, "priceListClient": { "priceListId": 0, "clientId": 0, "name": "string", "description": "string", "imagePath": "string", "agreement": "string", "startDate": "2019-08-24T14:15:22Z", "endDate": "2019-08-24T14:15:22Z", "currencyId": 0, "defaultPriceRuleId": 0, "defaultPriceRuleValue": 0, "defaultSupplementChargePercentage": 0, "defaultKickbackPercentage": 0, "defaultMinimumProductMarginPercentage": 0, "parentPriceListId": 0, "populationRuleId": 0, "chosenWarehouseId": 0, "chosenLocationId": 0, "isErpUpdateable": true, "isErpIntegrated": true, "isPrimary": true, "isPublic": true, "isLimitedToStock": true, "isBid": true, "isStako": true, "isActive": true, "stoppedDate": "2019-08-24T14:15:22Z", "stoppedBy": 0, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "imageKey": "string", "typeId": 0, "imageExtension": "string", "defaultSupplementCharge": 0, "defaultLimitToPriceRecommended": true, "isVirtual": true, "salesAreaId": 0, "inheritStructureCalculationRule": 0, "applicationPriceList": [], "priceList": {} } }

PriceList

idinteger(int32)

The unique identifier of the price list.

defaultNamestring[ 0 .. 50 ] charactersrequired

The default name of the price list.

defaultDescriptionstring or null

The default description of the price list.

agreementstring or null[ 0 .. 50 ] characters

The agreement, called Code in the admin tool, and in connect.

startDatestring or null(date-time)

The start date, not used see start date in PriceListClient.

endDatestring or null(date-time)

The end date, not used see end date in PriceListClient.

isPublicboolean

Indicates whether the price list is public, not used see IsPublic in PriceListClient.

isLimitedToStockboolean

Indicates whether the price list is limited to stock, not used see IsLimitedToStock in PriceListClient.

isBidboolean

Indicates whether the price list is bid, not used see IsBid in PriceListClient.

isStakoboolean

Indicates whether the price list is stako, not used see IsStako in PriceListClient.

isActiveboolean

Indicates whether the price list is active, commonly always set, see IsActive in PriceListClient.

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.

applicationPriceListArray of objects or null(ApplicationPriceList)
clientProductSkuPriceListArray of objects or null(ClientProductSkuPriceList)
priceListClientArray of objects or null(PriceListClient)
{ "id": 0, "defaultName": "string", "defaultDescription": "string", "agreement": "string", "startDate": "2019-08-24T14:15:22Z", "endDate": "2019-08-24T14:15:22Z", "isPublic": true, "isLimitedToStock": true, "isBid": true, "isStako": true, "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "applicationPriceList": [ {} ], "clientProductSkuPriceList": [ {} ], "priceListClient": [ {} ] }

Application

Operations

Core

Operations

Customers

Operations

Order

Operations

Products

Operations

Shopping

Operations

Metadata

Operations