Search products
Product
Search products
Search products by keyword with optional filters.
Access Control:
- All authenticated users can search products
Search Features:
- Full-text search on product name
- Filter by active/deleted status
- Sortable results
GET
Search products
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Search keyword for product name
Maximum string length:
200Filter 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