Query (v1)

Download OpenAPI description
Languages
Servers

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

Schemas

Application

Operations

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

Gets all application roles.

Request

Headers
ApplicationIdintegerrequired

Application ID

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

Responses

A queryable collection of application roles.

Bodyapplication/jsonArray [
idinteger(int32)

The unique identifier of the application role.

applicationIdinteger or null(int32)

The application identifier.

clientIdinteger or null(int32)

The client identifier.

defaultNamestring[ 0 .. 50 ] charactersrequired

The default name of the application role.

defaultDescriptionstring or null[ 0 .. 500 ] characters

The default description of the application role.

replacesApplicationRoleIdinteger or null(int32)

The replaces application role identifier.

isActiveboolean

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

isDefaultboolean

Indicates whether the application role is default.

codestring or null[ 0 .. 50 ] characters

The code of the application role.

applicationAccountArray of objects or null(ApplicationAccount)
applicationAccountApplicationRoleArray of objects or null(ApplicationAccountApplicationRole)
culturesArray of objects or null(ApplicationRoleCulture)
]
Response
application/json
[ { "id": 0, "applicationId": 0, "clientId": 0, "defaultName": "string", "defaultDescription": "string", "replacesApplicationRoleId": 0, "isActive": true, "created": "2019-08-24T14:15:22Z", "createdBy": 0, "updated": "2019-08-24T14:15:22Z", "updatedBy": 0, "isDefault": true, "code": "string", "applicationAccount": [], "applicationAccountApplicationRole": [], "cultures": [] } ]

Core

Operations

Customers

Operations

Order

Operations

Products

Operations

Shopping

Operations

Metadata

Operations