Query (v1)

Download OpenAPI description
Languages
Servers

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

Schemas

Application

Operations

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 } ]

Gets all application currencies.

Request

Headers
ApplicationIdintegerrequired

Application ID

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

Responses

A queryable collection of application currencies.

Bodyapplication/jsonArray [
applicationIdinteger(int32)

The application identifier.

currencyIdinteger(int32)

The currency identifier.

isPrimaryboolean

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

isActiveboolean

Indicates whether the application currency 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, "currencyId": 0, "isPrimary": true, "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "clientId": 0 } ]

Gets all application price lists.

Request

Headers
ApplicationIdintegerrequired

Application ID

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

Responses

A queryable collection of application price lists.

Bodyapplication/jsonArray [
applicationIdinteger(int32)

The unique identifier of the application.

priceListIdinteger(int32)

The unique identifier of the price list.

isPrimaryboolean

Indicates whether this is the primary price list for the application, only one primary price list is allowed per application.

isActiveboolean

Indicates whether this price list is active on the application.

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.

isEditableboolean

Indicates whether this application price list is editable, not used anymore.

clientIdinteger or null(int32)

The client identifier.

isFavoriteboolean

Indicates whether this application price list is marked as a favorite, add the price list to the pricing tabs by default in the admin tool.

priceList(PriceList (object or null))
One of:
priceListClient(PriceListClient (object or null))
One of:
]
Response
application/json
[ { "applicationId": 0, "priceListId": 0, "isPrimary": true, "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "isEditable": true, "clientId": 0, "isFavorite": true, "priceList": {}, "priceListClient": {} } ]

Core

Operations

Customers

Operations

Order

Operations

Products

Operations

Shopping

Operations

Metadata

Operations