E-commerce

List Products

Retrieve a paginated list of products from your store. Supports filtering, searching, and field selection.

Note: Public Keys (`pk_live`) can only access products with status: published.

Request Configuration

Parameters
page
integer
limit
integer
search
string
Excluded
status
(published | draft | archived)
include
string
Excluded
fields
string
Excluded
collection
string
Excluded
category
string
Excluded
Live Console
GET/products?page=1&limit=20&status=published
Hit Run to test this endpoint
cURL

Get Single Product

Retrieve full details for a specific product by its UUID or Slug.

:key

Request Configuration

Parameters
include
string
Live Console
GET/products/:key?include=variants
Hit Run to test this endpoint
cURL