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