get_checkouts
Fetch abandoned or active checkouts from the store to identify recovery opportunities or track pending orders.
Instructions
Fetch abandoned or active checkouts from the store
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Cursor for pagination | |
| first | No | Number of checkouts to fetch (1-250, default: 50) | |
| query | No | Filter query (e.g., 'abandoned:true', 'email:customer@example.com') | |
| reverse | No | Reverse the sort order | |
| sortKey | No | Field to sort by |