List products
Returns a paginated list of active, publicly visible products for the store.
Pagination uses limit / offset query parameters. Default page size is 20; maximum is 100.
Filtering by category UUID narrows to a single category. Search (search param) matches against product name and description.
Authorizations
Authenticate using a Leyyow merchant API key.
Include the key in every request as a Bearer token:
Keys are scoped to a single store. All endpoints return data belonging to the store that issued the key — there is no X-Store-Id override.
Keys are created in the Leyyow merchant dashboard under Settings → Developer → API Keys.
Query Parameters
Filter by category UID (UUID string).
Number of results per page (default: 20, max: 100).
Starting position in the result set.
Full-text search on product name and description.