List Carts
List all carts with filtering and pagination options
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.
This endpoint returns a paginated list of carts. You can filter by customer, status, date range, and more. Useful for abandoned cart recovery and analytics.
Authentication
This endpoint requires a valid API key withcarts:read permissions.
Query Parameters
Number of carts to return (1-100)
Number of carts to skip
Filter by customer ID
Filter by session ID
Filter by status: “active”, “abandoned”, “converted”, “expired”
Filter by channel: “web”, “mobile”, “pos”, “api”
Filter carts created after date (ISO 8601)
Filter carts created before date (ISO 8601)
Filter carts updated after date (ISO 8601)
Filter carts with email addresses (for recovery)
Minimum cart value in cents
Sort by field: “created_at”, “updated_at”, “total”, “abandoned_at”
Sort order: “asc” or “desc”