suppliers
List supplier products
Returns paginated list of products for a supplier
get/suppliers/{id}/products
Path parameters
idstring required
Supplier UUID
Query parameters
limitinteger
Max results (default 50, max 500)
offsetinteger
Pagination offset
statusstring
Filter by status: active, orphaned (default active)
Response
OK
Changes
No recorded changes to this endpoint across all 7 revisions of this API.