List Storefront Products
Products Catalog
List Storefront Products
GET
List Storefront Products
Retrieves a paginated list of all active products inside the shop catalog. Supports keyword search queries against names/descriptions, category ID filtering, curated collection filtering, and custom sorting options.
You can use this endpoint to render search bars, filter sidebars, product grids, and pagination lists on product index pages.
Authorizations
string
required
Your Publishable Key (
pk_live_... or pk_test_...) generated from the Developer settings in your dashboard.Path Parameters
string
required
The unique UUID of the shop.
Query Parameters
number
default:"20"
Number of items to return. Must be a positive integer.
number
default:"0"
Number of items to skip for paging. Must be non-negative.
string
A keyword search query to filter products by title or description matching.
number
Filter products belonging to a specific category ID.
number
Filter products mapped to a specific curated collection ID.
string
default:"newest"
Results sorting field. Options:
newest, oldest, name, price_low (ascending), price_high (descending).