Query (v1)

Download OpenAPI description
Languages
Servers

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

Schemas

Parametric

idinteger(int32)

The unique identifier of the parametric.

clientIdinteger(int32)

The client identifier.

defaultNamestring[ 0 .. 50 ] charactersrequired

The default name of the parametric in the default culture.

defaultDescriptionstring or null[ 0 .. 500 ] characters

The default description of the parametric in the default culture.

defaultUomstring or null[ 0 .. 50 ] characters

The unit of measure in the default culture.

typeIdinteger(int32)

The type identifier, Text (1), Integer (2), Decimal (3), Boolean (4), HTML (5), Date (6).

hasListValuesboolean

Indicates whether the parametric has list values, is of type List and has at least one list item.

hasMultipleValuesboolean

Indicates whether the parametric has multiple values, is of type Multiple and has at least one multiple item.

isVariantTypeboolean

Indicates whether the parametric is used in at least one variant group (variant type). A parametric can be used in multiple variant groups.

isRequiredboolean

Indicates whether the parametric is required, can be overridden on the CategoryParametric setting.

isHiddenboolean

Indicates whether the parametric should be hidden in front end applications.

isActiveboolean

Indicates whether the parametric 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.

codestring or null[ 0 .. 50 ] characters

The code of the parametric.

codeListKeystring or null[ 0 .. 50 ] characters

The code list key, commonly not used.

isReadOnlyboolean

Indicates whether the parametric is read only, disable edit in the admin tool.

editorstring or null[ 0 .. 16 ] characters

The editor, HTML or Text, used by the admin tool to allow for editing the parametric value.

isFavoriteboolean

Indicates whether the parametric is favorite, adds the parametric to the top header of the product page in the admin tool.

isPublicboolean

Indicates whether the parametric is public, similar to IsHidden, but not used anymore, shows same values as IsActive.

groupIdinteger or null(int32)

The parametric group identifier.

defaultIsVariantUniqueboolean

Indicates if the parametric should be set on variant level by default on products.

showOnTextTabboolean

Indicates whether show on text tab is enabled, moved the parametric to the text tab in the admin tool.

showInListboolean

Indicates whether show in list is enabled, makes the parametric available in listings from api calls in commerce service.

categoryParametricArray of objects or null(CategoryParametric)
group(ParametricGroup (object or null))
One of:
culturesArray of objects or null(ParametricCulture)
parametricListArray of objects or null(ParametricList)
parametricMultipleArray of objects or null(ParametricMultiple)
productParametricArray of objects or null(ProductParametric)
variantTypeArray of objects or null(VariantType)
{ "id": 0, "clientId": 0, "defaultName": "string", "defaultDescription": "string", "defaultUom": "string", "typeId": 0, "hasListValues": true, "hasMultipleValues": true, "isVariantType": true, "isRequired": true, "isHidden": true, "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "code": "string", "codeListKey": "string", "isReadOnly": true, "editor": "string", "isFavorite": true, "isPublic": true, "groupId": 0, "defaultIsVariantUnique": true, "showOnTextTab": true, "showInList": true, "categoryParametric": [ {} ], "group": { "id": 0, "clientId": 0, "defaultName": "string", "defaultDescription": "string", "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "code": "string", "parametrics": [], "parametric": [], "cultures": [] }, "cultures": [ {} ], "parametricList": [ {} ], "parametricMultiple": [ {} ], "productParametric": [ {} ], "variantType": [ {} ] }

ParametricCulture

parametricIdinteger(int32)

The parametric identifier.

cultureCodestring or null[ 0 .. 16 ] characters

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

namestring or null[ 0 .. 50 ] characters

The culture specific name of the parametric.

descriptionstring or null[ 0 .. 500 ] characters

The culture specific description of the parametric.

uomstring or null[ 0 .. 50 ] characters

The culture specific unit of measure.

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.

parametric(Parametric (object or null))
One of:
{ "parametricId": 0, "cultureCode": "string", "name": "string", "description": "string", "uom": "string", "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "clientId": 0, "parametric": { "id": 0, "clientId": 0, "defaultName": "string", "defaultDescription": "string", "defaultUom": "string", "typeId": 0, "hasListValues": true, "hasMultipleValues": true, "isVariantType": true, "isRequired": true, "isHidden": true, "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "code": "string", "codeListKey": "string", "isReadOnly": true, "editor": "string", "isFavorite": true, "isPublic": true, "groupId": 0, "defaultIsVariantUnique": true, "showOnTextTab": true, "showInList": true, "categoryParametric": [], "group": {}, "cultures": [], "parametricList": [], "parametricMultiple": [], "productParametric": [], "variantType": [] } }

ParametricList

idinteger(int32)

The unique identifier of the list item.

parametricIdinteger(int32)

The parametric identifier.

defaultVarcharValuestring[ 0 .. 255 ] charactersrequired

The default varchar value.

defaultDescriptionstring or null

The default description of the parametric list item.

sortOrderinteger or null(int32)

The sort order for display purposes.

isActiveboolean

Indicates whether the parametric list 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.

codestring or null[ 0 .. 50 ] characters

The code of the list item.

imageKeystring or null(guid)

The image key.

imagePathstring or null[ 0 .. 255 ] characters

The image path, not used anymore.

clientIdinteger or null(int32)

The client identifier.

parametric(Parametric (object or null))
One of:
culturesArray of objects or null(ParametricListCulture)
productParametricArray of objects or null(ProductParametric)
{ "id": 0, "parametricId": 0, "defaultVarcharValue": "string", "defaultDescription": "string", "sortOrder": 0, "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "code": "string", "imageKey": "string", "imagePath": "string", "clientId": 0, "parametric": { "id": 0, "clientId": 0, "defaultName": "string", "defaultDescription": "string", "defaultUom": "string", "typeId": 0, "hasListValues": true, "hasMultipleValues": true, "isVariantType": true, "isRequired": true, "isHidden": true, "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "code": "string", "codeListKey": "string", "isReadOnly": true, "editor": "string", "isFavorite": true, "isPublic": true, "groupId": 0, "defaultIsVariantUnique": true, "showOnTextTab": true, "showInList": true, "categoryParametric": [], "group": {}, "cultures": [], "parametricList": [], "parametricMultiple": [], "productParametric": [], "variantType": [] }, "cultures": [ {} ], "productParametric": [ {} ] }

Application

Operations

Core

Operations

Customers

Operations

Order

Operations

Products

Operations

Shopping

Operations

Metadata

Operations