List subscription invoices
lemonsqueezy_list_subscription_invoicesList subscription invoices, optionally filtered by store, status, or refunded flag. API: GET /subscription-invoices (filter[store_id], filter[status], filter[refunded]).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by invoice status (e.g. paid, void, refunded). | |
| include | No | Comma-separated related resources to sideload (JSON:API include=), e.g. 'store,variant'. | |
| refunded | No | Filter by refunded flag. | |
| store_id | No | Filter to a single store id. | |
| page_size | No | Results per page (JSON:API page[size], max 100). Default 10. | |
| page_number | No | Page number (JSON:API page[number]). Default 1. |