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
Your Publishable Key (
pk_live_... or pk_test_...) generated from the Developer settings in your dashboard.Path Parameters
The unique UUID of the shop.
Query Parameters
Number of items to return. Must be a positive integer.
Number of items to skip for paging. Must be non-negative.
A keyword search query to filter products by title or description matching.
Filter products belonging to a specific category ID.
Filter products mapped to a specific curated collection ID.
Results sorting field. Options:
newest, oldest, name, price_low (ascending), price_high (descending).