List catalog products
Returns the products in your catalog. Supports filtering and pagination. Filters are AND-combined across fields; within a single field you may pass multiple comma-separated values (for example country=GB,IE).
Authorizations
Your Kalixo API key. Send it in the x-api-key header on every request.
Query Parameters
Filter by ISO country code(s). Comma-separated for multiple.
"GB,IE"
Filter by language code(s). Comma-separated for multiple.
"en"
Filter by brand name(s). Comma-separated for multiple.
"PlayStation"
Filter by category/main category. Comma-separated for multiple.
"Gaming"
Filter by tag(s). Comma-separated for multiple.
"bestseller"
Free-text search across product name and EAN.
Number of records to skip (offset).
x >= 0Number of records to return. Maximum 100.
1 <= x <= 100