download_finance_report
Fetch App Store Connect finance reports as parsed rows, covering payments and proceeds. Specify fiscal month, region, and report type to get the data.
Instructions
Download a finance report (payments and proceeds) as parsed rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_rows | No | Cap on returned rows (1-20000). | |
| max_bytes | No | Safety cap after decompression. | |
| region_code | No | Region of the report, or "ZZ" for all regions (default). | ZZ |
| report_date | Yes | Fiscal month, "YYYY-MM". | |
| report_type | No | "FINANCIAL" (default) or "FINANCE_DETAIL". | FINANCIAL |
| vendor_number | No | Overrides $APP_STORE_CONNECT_VENDOR_NUMBER. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||