ls_generate_subscription_invoice
Generate a PDF invoice for a subscription with optional customer details and notes, returning a download URL.
Instructions
Generate a PDF invoice for a subscription invoice. Returns a download URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | Customer city | |
| name | No | Customer name on the invoice | |
| notes | No | Additional notes to include on the invoice | |
| state | No | Customer state/region | |
| locale | No | Invoice language locale (e.g. 'en', 'fr', 'de') | |
| address | No | Customer address on the invoice | |
| country | No | Customer country | |
| zipCode | No | Customer ZIP/postal code | |
| subscriptionInvoiceId | Yes | The subscription invoice ID |