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