API Reference

Get products tied to a reward

Get information about all products created in relation to the specific reward.

Log in to see full request history
Path Params
string
required

The unique ID of the reward.

Query Params
integer
≥ 1
Defaults to 100

The number of records to return in API response.
⚠️ We recommended adjust the batch size based on processing time. Depending on the response time of the request. Default value of 100 records is used if count parameter is not set.

integer
≥ 0
Defaults to 0

The number of records from a collection to skip. Default value of 0 is used when parameter offset is not set.

string

Name of the sorting parameter. You can sort by any of the first level parameters from the resource response. Response is sorted by the specified field.

string

Direction of sorting the response list.

string

Parameter identify type of the relation between reward and product | product group | product brand.

Headers
string
Defaults to cs, en-gb;q=0.8

The unique ID of the language code by ISO 639-1.

Responses

Response body
object
data
object
products
array of objects

List of products tied to the reward.

products
object
string

The unique ID of the product.

string

Name of the product.

string

Code of the product.

string
deprecated

The external unique ID of the product. This parameter is deprecated. Please use parameter plu_ids.

plu_ids
array of objects

An array of all available pluIds from the particular product lists (default is Product ID from Global product list (consist cleaned data - unique ID of every product across all POS systems)).

plu_ids
object
string
required

Code of the particular product list (basic is code of Global product list (consist cleaned data - unique ID of every product across all POS systems)). For example, “GLOBAL”, “SKU”, “PLU”, etc.

string
required

Code of product from the product list (basic is Product ID from Global product list (consist cleaned data - unique ID of every product across all POS systems)).

string

The unique ID of the product group.

string

The unique ID of the product brand.

prices
array of objects
prices
object
string
required

The unique ID of the currency.

float
required

Price of the product

additional_properties
array of objects

List of additional properties.

additional_properties
object
string

The unique ID of the property record.

string
required

The unique ID of the property.

string

Name of the property.

Value of the property.

string

Date and time of the last change. (YYYY-MM-DD HH:MM:SS)

image_urls
array of strings

A list of an image URLs.

image_urls
string

Date and time of the last change. (YYYY-MM-DD HH:MM:SS)

integer

State of the product.
Possible values are: 0 - deleted / 1 - active

1 2

tags
array of objects

List of tags assigned to the product.

tags
object
string

The unique ID of the tag.

string

Name of the tag in language from the HTTP header.

string

Text ID of the tag.

integer

State of the tag.
Possible values are: 0 - deleted / 1 - active / 2 - non active

1 2

string

Date and time of the last change. (YYYY-MM-DD HH:MM:SS)

integer
deprecated

A minimal amount of purchase products to apply reward.
This parameter is deprecated, for minimal amount of product in the reward condition, please look at GET /rewards structure reward_product_relation_conditions.
If the query parameter reward_product_relation_type is not set. The amount of product for condition is returned.

reward_product_relation_types
array of strings

Parameter identify type of the relation between reward and product.
Possible values are: condition - product is part of a reward condition / bonus - product is part of a reward condition

reward_product_relation_types
integer

The number of all found products.

429

Too many requests - more than the resource limit.

503

Temporary state when the service is temporarily unavailable, overloaded or there is a maintenance window.

Language
Credentials
URL