Retrieve all products with optional filtering and pagination
Documentation Index
Fetch the complete documentation index at: https://developer.clopos.com/llms.txt
Use this file to discover all available pages before exploring further.
JWT access token obtained from /v2/auth endpoint
Page number for pagination (starts at 1)
x >= 1Maximum number of products to return (1-100)
1 <= x <= 100JSON-stringified filter array. Each filter is an array of [field, value] or [field, operator, value]. Example: [["type", "PRODUCT"]]
"[[\"type\",\"PRODUCT\"]]"
Comma-separated list of fields to include in the response. The fields id, name, and type are always included.
"id,name,type,price,image"