`GET /api/v1/products`
GET /api/v1/products
GET
Query parameters
integer (int32)
Maximum number of results to return (default: 50).
integer (int32)
Number of results to skip (default: 0). Ignored when
after cursor is set.string
Cursor for keyset pagination (opaque token from
next_cursor).string
Filter by product status (draft, active, archived).
string
Filter by product type (simple, digital, bundle, subscription, service).
string
Full-text search across name and description.
string
Filter by category.
string
Minimum price filter.
string
Maximum price filter.
boolean
Filter by stock availability.
Responses
ProductListResponse
List of products
ErrorBody
Invalid filter parameter