Skip to main content
The catalog list endpoint accepts several filters. They are AND-combined across fields: a product must match every filter you supply. Within a single field you can pass multiple comma-separated values (treated as OR for that field).
string
ISO country code(s), e.g. GB or GB,IE.
string
Language code(s), e.g. en or en,fr.
string
Brand name(s), e.g. PlayStation.
string
Category / main category, e.g. Gaming.
string
Tag(s), e.g. bestseller,gaming. Responses return tags as a string array; filters accept comma-separated values.
Free-text search across product name and productCode.

Examples

Filters are case-insensitive. Combine them with pagination (skip / take) to page through filtered results.