We fetch the daily sales data using the below command -
Cmd - java -jar Reporter.jar p=Reporter.properties m=Robot.XML Sales.getReport , Sales, Summary, Monthly, 202406
Response:
We are getting this error from July 18th 2024
As an alternative, we tried the appstore connect api
API -
https://api.appstoreconnect.apple.com/v1/salesReports?filter[frequency]=DAILY&filter[reportSubType]=SUMMARY&filter[reportType]=SALES&filter[vendorNumber]=&filter[version]=1_0&filter[reportDate]=2024-07-18
Response -
{
"errors": [
{
"status": "500",
"code": "UNEXPECTED_ERROR",
"title": "An unexpected error occurred.",
"detail": "An unexpected error occurred on the server side. If this issue continues, contact us at https://developer.apple.com/contact/."
}
]
}
Can you please let us know when this will be resolved ?
Thanks
Saranyan