Skip to main content
Retrieves a cursor-paginated list of all published products in your store. Only products in published status are returned. Supports optional filtering by category, type, or search term.

Query Parameters

per_page
integer
default:"10"
Number of products to return per page (maximum 100)
cursor
string
Cursor for pagination. Use the next_cursor from the previous response to fetch the next page.
Search products by name or slug
category
string
Filter by product category. Available values: creative_arts, technology, business_and_finance, personal_development, education_and_learning, entertainment, health_and_wellness, literature_and_publishing, media_and_communication, miscellaneous
type
string
Filter by product type. Available values: downloadable, service, course, license, bundle, coaching

Response

message
string
Response status message
data
object
errors
array
Array of error messages (empty on success)