Query (v1)

Download OpenAPI description
Languages
Servers

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

Schemas

Application

Operations

Core

Operations

Gets a single VAT code by its identifier.

Request

Path
idinteger(int32)required

The VAT code identifier.

Headers
ApplicationIdintegerrequired

Application ID

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

Responses

A single system VAT code matching the specified identifier.

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

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": [ {} ] }

Customers

Operations

Order

Operations

Products

Operations

Shopping

Operations

Metadata

Operations