Query (v1)

Download OpenAPI description
Languages
Servers

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

Schemas

Application

Operations

Core

Operations

Gets all countries.

Request

Headers
ApplicationIdintegerrequired

Application ID

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

Responses

A queryable collection of system countries.

Bodyapplication/jsonArray [
idinteger(int32)
codestring[ 0 .. 3 ] charactersrequired
defaultNamestring[ 0 .. 50 ] charactersrequired
phoneAreaCodeinteger or null(int32)
isActiveboolean
createdstring(date-time)
createdByinteger(int32)
updatedstring or null(date-time)
updatedByinteger or null(int32)
culturesArray of objects or null(CountryCulture)
]
Response
application/json
[ { "id": 0, "code": "str", "defaultName": "string", "phoneAreaCode": 0, "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "cultures": [] } ]

Gets a single country by its identifier.

Request

Path
idinteger(int32)required

The country identifier.

Headers
ApplicationIdintegerrequired

Application ID

curl -i -X GET \
  'https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Core/Countries({id})' \
  -H 'ApplicationId: 0'

Responses

A single system country matching the specified identifier.

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

Gets the next incremental seed value for a client.

Request

Path
clientIdinteger(int32)required

The client identifier.

applicationIdinteger(int32)required

The optional application identifier.

typeIdinteger(int32)required

The seed type identifier.

Headers
ApplicationIdintegerrequired

Application ID

curl -i -X GET \
  'https://norcecommerce.api-se.norce.tech/commerce/query/3.0/Core/GetClientSeed(clientId={clientId},applicationId={applicationId},typeId={typeId})' \
  -H 'ApplicationId: 0'

Responses

The next seed value as a string.

Bodyapplication/json
string
Response
application/json
"string"

Customers

Operations

Order

Operations

Products

Operations

Shopping

Operations

Metadata

Operations