download_amazon_invoice
Download a verified Amazon order invoice as an A4 PDF by providing the order ID and region. Ensures the order ID matches the invoice before saving.
Instructions
Download a verified Amazon order invoice as an A4 PDF. The requested order ID must match invoice-specific content before a PDF is saved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | Yes | Amazon region code where the order was placed | |
| order_id | Yes | Amazon order ID in format XXX-XXXXXXX-XXXXXXX (e.g., 123-4567890-1234567) | |
| output_path | No | Optional absolute destination path. Defaults to ~/Downloads/amazon-{region}-invoice-{order_id}.pdf |