ls_list_checkouts
List checkouts with optional filters by store or variant. Results are paginated, providing page info to navigate through all checkouts.
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) |