mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #89] [MERGED] Document finance report type mapping (UI vs API) #272
Labels
No labels
bug
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/App-Store-Connect-CLI#272
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/89
Author: @rudrankriyam
Created: 1/24/2026
Status: ✅ Merged
Merged: 1/24/2026
Merged by: @rudrankriyam
Base:
main← Head:issue/77-finance-report-docs📝 Commits (1)
ea02dceDocument finance report type mapping from API to App Store Connect UI📊 Changes
5 files changed (+112 additions, -13 deletions)
View changed files
📝
Agents.md(+18 -2)📝
README.md(+20 -6)📝
cmd/finance.go(+45 -3)📝
internal/asc/finance.go(+20 -2)📝
internal/asc/finance_regions.go(+9 -0)📄 Description
Summary
Clarifies and documents how App Store Connect UI financial report types map to API
financeReportsreportTypevalues.Closes #77
Key Findings
--report-type--regionCode(s)FINANCIALZZ(consolidated)FINANCIALUS,EU,JP, etc.FINANCE_DETAILZ1(required)Important: Transaction Tax reports are NOT available via the API - users must download them manually from App Store Connect.
Changes
FinanceReportTypeTest plan
asc finance reports --helpshows the new documentationasc finance regions --helpshows region code guidancemake testandmake lintpass🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.