ls_list_license_keys
List license keys with optional filters by store, order, or product. Results are paginated for easy navigation.
Instructions
List all license keys, optionally filtered by store, order, or product. 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 | |
| orderId | No | Filter by order ID | |
| orderItemId | No | Filter by order item ID | |
| productId | No | Filter by product ID | |
| include | No | Comma-separated related resources to include (e.g. 'store,customer,order,order-item,product,license-key-instances') | |
| pageNumber | No | Page number (1-indexed) | |
| pageSize | No | Results per page (1-100) |