Query (v1)

Download OpenAPI description
Languages
Servers

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

Schemas

Application

Operations

Gets all application cultures.

Request

Headers
ApplicationIdintegerrequired

Application ID

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

Responses

A queryable collection of application cultures.

Bodyapplication/jsonArray [
applicationIdinteger(int32)

The application identifier.

cultureCodestring or null[ 0 .. 16 ] characters

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

isPrimaryboolean

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

isActiveboolean

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

]
Response
application/json
[ { "applicationId": 0, "cultureCode": "string", "isPrimary": true, "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "clientId": 0 } ]

Gets a single application culture by application identifier and culture code.

Request

Path
applicationIdinteger(int32)required

The application identifier.

codestringrequired

The culture code (e.g. "sv-SE").

Headers
ApplicationIdintegerrequired

Application ID

curl -i -X GET \
  'https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Application/ApplicationCultures(ApplicationId={applicationId},CultureCode={code})' \
  -H 'ApplicationId: 0'

Responses

A single application culture matching the specified key.

Bodyapplication/json
queryableArray of objects or null
Response
application/json
{ "queryable": [ {} ] }

Gets all application countries.

Request

Headers
ApplicationIdintegerrequired

Application ID

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

Responses

A queryable collection of application countries.

Bodyapplication/jsonArray [
applicationIdinteger(int32)

The application identifier.

countryIdinteger(int32)

The country identifier.

isPrimaryboolean

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

isActiveboolean

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

]
Response
application/json
[ { "applicationId": 0, "countryId": 0, "isPrimary": true, "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "clientId": 0 } ]

Core

Operations

Customers

Operations

Order

Operations

Products

Operations

Shopping

Operations

Metadata

Operations