API Reference
Term Arguments​
Use the term
operation to get available terms for offer. The term
operation is not publicly available and requires authentication. Authentication is managed through a generated token, which must be included in the request header. To get terms result you have to use term id
.
Parametr | Type | Category | Description |
---|---|---|---|
id (required) | ID! | Example of usage: id: 2f8ce104085da1d299b55319dbcf41d9 | |
countryCode (required) | Country! | Example of usage: countryCode: PL | |
languageCode (required) | Language! | Set language for language-specific settings such as plurals, stop words, and dictionaries. Required Language ISO code. Example of usage: languageCode: PL | |
filters | Filters | Filter criteria for querying data | |
order | Order! | Used for ordering the search results. Available sorting methods: SCORE_DESC (sorting by score in descending order), PRICE_ASC (sorting by price in ascending order), PRICE_DESC (sorting by price in descending order). Example of usage: order: PRICE_ASC | |
pagination | Pagination | Used to paginate search results. Example of usage: pagination: {offset: 0, limit: 10} |