ls_list_subscription_invoices
Retrieve paginated lists of subscription invoices, filtered by store, subscription, or status. Use to track payment history and manage billing records.
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) |