ls_list_checkouts
Retrieve a paginated list of checkouts, with optional filtering by store ID or variant ID, to track purchase transactions.
Instructions
List all checkouts, optionally filtered by store or variant. Results are paginated — check meta.page in the response for currentPage, lastPage, and total.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| storeId | No | Filter by store ID | |
| variantId | No | Filter by variant ID | |
| include | No | Comma-separated related resources to include (e.g. 'store,variant') | |
| pageNumber | No | Page number (1-indexed) | |
| pageSize | No | Results per page (1-100) |