Query products
Product
Query products
Query products with optional filters.
Access Control:
- All authenticated users can query products
Filtering:
- Filter by active status
- Filter by deleted status
- Sort by createdAt, updatedAt, or productName
GET
Query products
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter by active status
Filter by deleted status
Field to sort by
Available options:
createdAt, updatedAt, productName Sort order
Available options:
asc, desc Maximum number of items to return (1-100)
Required range:
1 <= x <= 100Pagination token for fetching next page
Maximum string length:
1000