Catalog
List Products
List catalog products with pagination and filtering
GET
Retrieve a paginated list of products from your catalog. Products are returned in reverse chronological order by default.Documentation Index
Fetch the complete documentation index at: https://productlasso.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Number of products to return per page (1-200).
Cursor for pagination. Use the
next_cursor value from the previous response to fetch the next page.Filter by product status. One of:
draft, active, archived.Filter by product source. One of:
shopify, product_extraction, manual.Full-text search across text-like attribute values.
Filter products by their catalog schema ID.
Field to sort by. Use
updated_at, created_at, or attr:<key> for attribute sorting.Sort direction:
asc or desc.JSON-encoded attribute filters. Example:
{"color":"red","price":{"op":"gt","value":10}}Array of product objects.
Cursor for fetching the next page.
null when there are no more results.
