Skip to main content
GET
Use this when the user wants to list products in a storefront's catalog.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

storefrontId
string
required

Storefront id, e.g. stf_abc123.

Query Parameters

limit
integer

Page size, 1–50. Defaults to 50.

Required range: 1 <= x <= 50
cursor
string

Opaque cursor from the previous response's nextCursor. Cursors minted before 2026-09 (raw ISO timestamps) are ignored and the page restarts from the beginning.

includeHidden

Include products with hide: true. Accepts true, 1 or yes.

Response

Success

products
object[]
required
nextCursor
string | null
required