Skip to main content
Retrieves a cursor-paginated list of all sales in your store. Sales represent completed, pending, abandoned, failed, or settled transactions. The response includes customer, product, discount, and rating information.

Query Parameters

integer
default:"15"
Number of sales to return per page (max 100)
string
Cursor for pagination. Use the next_cursor from the previous response.
string
Filter by sale status: awaiting_payment, completed, failed, abandoned, or settled
string
Filter by customer public ID (e.g., cus_abc123xyz)
Search by sale reference or customer email
string
Filter sales from this date onwards (format: Y-m-d, e.g., 2025-01-01)
string
Filter sales until this date (format: Y-m-d, e.g., 2025-01-31)

Response

array
Array of sale objects
object
Pagination metadata