List Products
Retrieve a paginated list of products with filtering and search capabilities
GET
Documentation Index
Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Number of products to return (default: 20, max: 100)
Number of products to skip (for pagination)
Cursor for pagination (alternative to offset)
Filter by status: “active”, “draft”, or “archived”
Filter by product category
Filter by brand name
Search products by name, SKU, or description
Filter by exact SKU match
Filter by tags (comma-separated)
Minimum price filter (in cents)
Maximum price filter (in cents)
Filter products with available inventory
Filter products below low stock threshold
Filter products created after this date (ISO 8601)
Filter products created before this date (ISO 8601)
Filter products updated after this date (ISO 8601)
Sort field: “created_at”, “updated_at”, “name”, “price”, “sku” (default: “created_at”)
Sort order: “asc” or “desc” (default: “desc”)
Include variant details in response (default: false)
Include inventory summary (default: false)
Response
Always “list”
Array of product objects
Whether there are more products to retrieve
Total number of products matching the filters
Cursor for retrieving the next page