Download a sales/financial report
download_sales_reportRetrieve and decode App Store Connect sales and subscription reports into parsed rows, with support for various frequencies and report types.
Instructions
Download and decode a sales or subscription report (TSV) from App Store Connect. Returns the report as parsed rows (truncated to the first 500 for readability).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Report version, defaults to '1_0' | |
| frequency | Yes | Report frequency | |
| reportDate | Yes | Date for the report. Format depends on frequency: DAILY='YYYY-MM-DD', WEEKLY='YYYY-MM-DD' (a date in that week), MONTHLY='YYYY-MM', YEARLY='YYYY'. | |
| reportType | Yes | Report type | |
| reportSubType | Yes | Report sub-type |