Get Products with filters

View as Markdown
Retrieve a filtered list of products based on organization, query string, category, and vendor.

Query parameters

organizationIdintegerOptional
Filter by organization ID
querystringOptional
Search query for product name or product number
categoryintegerOptional
Filter by category ID
vendorintegerOptional
Filter by vendor ID

Response

Filtered list of products retrieved successfully.

Errors

400
Bad Request Error
500
Internal Server Error