Query (v1)

Download OpenAPI description
Languages
Servers

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

Schemas

Application

Operations

Gets all parametric list values.

Request

Headers
ApplicationIdintegerrequired

Application ID

curl -i -X GET \
  https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Application/ParametricListValues \
  -H 'ApplicationId: 0'

Responses

A queryable collection of parametric list values. All values from any parametric of type list are included.

Bodyapplication/jsonArray [
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)
]
Response
application/json
[ { "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": {}, "cultures": [], "productParametric": [] } ]

Gets all parametric multiple-choice values.

Request

Headers
ApplicationIdintegerrequired

Application ID

curl -i -X GET \
  https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Application/ParametricMultipleValues \
  -H 'ApplicationId: 0'

Responses

A queryable collection of parametric multiple values. All values from any parametric of type multiple-choice are included.

Bodyapplication/jsonArray [
idinteger(int32)

The unique identifier of the parametric multiple.

parametricIdinteger(int32)

The parametric identifier.

defaultValuestring[ 0 .. 255 ] charactersrequired

The default value.

defaultDescriptionstring or null

The default description of the multiple item.

sortOrderinteger or null(int32)

The sort order for display purposes.

isActiveboolean

Indicates whether the parametric multiple 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 multiple 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(ParametricMultipleCulture)
productParametricMultipleArray of objects or null(ProductParametricMultiple)
]
Response
application/json
[ { "id": 0, "parametricId": 0, "defaultValue": "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": {}, "cultures": [], "productParametricMultiple": [] } ]

Gets all parametric groups.

Request

Headers
ApplicationIdintegerrequired

Application ID

curl -i -X GET \
  https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Application/ParametricGroups \
  -H 'ApplicationId: 0'

Responses

A queryable collection of parametric groups.

Bodyapplication/jsonArray [
idinteger(int32)

The unique identifier of the parametric group.

clientIdinteger(int32)

The client identifier.

defaultNamestring[ 0 .. 50 ] charactersrequired

The default name of the parametric group.

defaultDescriptionstring or null[ 0 .. 500 ] characters

The default description of the parametric group.

isActiveboolean

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

parametricsArray of objects or null(CategoryParametric)
parametricArray of objects or null(Parametric)
culturesArray of objects or null(ParametricGroupCulture)
]
Response
application/json
[ { "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": [] } ]

Core

Operations

Customers

Operations

Order

Operations

Products

Operations

Shopping

Operations

Metadata

Operations