List products
Paginated product list for the organization.
Required scope: products:read
Request URL: https://api.tracksales.co/v1/products
Query Params
searchstring
Search by name, code, or reference
location_idstring
Branch location UUID. When provided, inventory reflects stock at that branch; quantities still includes every branch.
limitinteger
Page size (default 100, max 1000)
offsetinteger
Pagination offset (default 0)
Responses
200OK
Request succeeded.
401Unauthorized
API key is missing or invalid.
403Forbidden
API key lacks the required scope.
404Not Found
Products was not found.
422Validation Error
Request validation failed.