ls_list_subscription_invoices
List subscription invoices filtered by store, subscription, or status. Paginated results include current page and total count.
Instructions
List all subscription invoices, optionally filtered by store, subscription, or status. 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 | |
| subscriptionId | No | Filter by subscription ID | |
| status | No | Filter by invoice status | |
| refunded | No | Filter by refunded status | |
| include | No | Comma-separated related resources to include (e.g. 'store,subscription') | |
| pageNumber | No | Page number (1-indexed) | |
| pageSize | No | Results per page (1-100) |