List products
Use this when the user wants to list products in a storefront’s catalog.
Returns products under the storefront ordered by createdAt DESC, paginated. Hidden products (hide:true) are excluded by default — pass includeHidden=true to see them. Use the returned nextCursor (ISO createdAt) for the next page.
Authorizations
Marea API key. mk_dev_* keys are developer-scoped (bootstrap, list users, register webhook). mk_user_* keys are user-scoped (manage that one user's storefronts/products). Scopes: catalog:read, catalog:write, storefront:publish, me:verify, me:resendVerification, developer:bootstrap, developer:read, developer:issueUserKey, developer:webhooks.
Headers
BCP-47 locale tag for localized error messages (es, en, pt). Defaults to es.
"es-MX"
Path Parameters
Query Parameters
Page size (default 50, max 50).
1 <= x <= 5050
Opaque ISO-8601 createdAt cursor returned by the previous page response.
Include products with hide: true. Defaults to false.