GET
/api/v1/tenants/{slug}/productsList products for a store
Returns active products for the given store, sorted by newest first.
Authentication
Requires an API key with the catalog:read scope.
Parameters
| Name | In | Type | Required |
|---|---|---|---|
slug | path | string | Required |
limit | query | integer | Optional |
offset | query | integer | Optional |
Responses
200Successful response
400Bad request — invalid input
401Unauthorized — missing or invalid API key
403Forbidden — key revoked, expired, or insufficient scope
429Too many requests — rate limit exceeded
500Internal server error