Products
List products
Retrieve all products with optional filtering and pagination
GET
List products
Authorizations
JWT access token obtained from /v2/auth endpoint
Query Parameters
Page number for pagination (starts at 1)
Required range:
x >= 1Maximum number of products to return (1-100)
Required range:
1 <= x <= 100JSON-stringified filter array. Each filter is an array of [field, value] or [field, operator, value]. Example: [["type", "PRODUCT"]]
Example:
"[[\"type\",\"PRODUCT\"]]"
Comma-separated list of fields to include in the response. The fields id, name, and type are always included.
Example:
"id,name,type,price,image"
List products