Skip to main content

API Reference

Offer Arguments​

Use the offer operation to get offer details. The offer 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 offer result you have to use offer id.

ParameterTypeDescription
id (required)ID!A unique identifier for the entry.
countryCode (required)Country!The country code in ISO 3166-1 format. Example: countryCode: PL.
languageCode (required)Language!The ISO 639-1 language code. Sets the language for language-specific settings such as plurals, stop words, and dictionaries. Example: languageCode: PL.
filtersFiltersCriteria for filtering the data.
orderOrder!Defines the sorting method for the search results. Available options: 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: order: PRICE_ASC.
paginationPaginationDefines pagination for search results. Example: pagination: {offset: 0, limit: 10}.