ls_list_checkouts
List checkouts filtered by store or variant, with paginated results and page metadata for navigation.
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 |
|---|---|---|---|
| include | No | Comma-separated related resources to include (e.g. 'store,variant') | |
| storeId | No | Filter by store ID | |
| pageSize | No | Results per page (1-100) | |
| variantId | No | Filter by variant ID | |
| pageNumber | No | Page number (1-indexed) |