Query (v1)

Download OpenAPI description
Languages
Servers

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

Schemas

Application

Operations

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

Gets application price lists filtered by application and price list identifiers.

Request

Path
applicationIdinteger(int32)required

The application identifier.

priceListIdinteger(int32)required

The price list identifier.

Headers
ApplicationIdintegerrequired

Application ID

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

Responses

A queryable collection of matching 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": {} } ]

Gets all application sales areas.

Request

Headers
ApplicationIdintegerrequired

Application ID

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

Responses

A queryable collection of application sales areas.

Bodyapplication/jsonArray [
applicationIdinteger(int32)

The application identifier.

salesAreaIdinteger(int32)

The sales area identifier.

isPrimaryboolean

Indicates whether the application sales area is primary, only one primary sales area is allowed per application.

isActiveboolean

Indicates whether the application sales area 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, "salesAreaId": 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