List checkouts
list_checkoutsRetrieve a list of checkouts with filters for status, product, date range, and search query. Supports pagination to manage large result sets.
Instructions
List checkouts with filters and pagination. Requires scope merchant_read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Substring match on id + description. | |
| to | No | UTC timestamp upper bound (created_at <=). | |
| from | No | UTC timestamp lower bound (created_at >=). | |
| limit | No | ||
| offset | No | ||
| status | No | ||
| product_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | ||
| stats | Yes | ||
| offset | Yes | ||
| has_more | Yes | ||
| checkouts | Yes |