Hi, we are calling the Sales report API(https://developer.apple.com/documentation/appstoreconnectapi/download_sales_and_trends_reports) and are constantly receiving 500 Internal Server errors from 2024-07-19 Afternoon UTC.
Following is the HTTP request that we are requesting:
GET /v1/salesReports?filter[frequency]=DAILY&filter[reportType]=SUBSCRIBER&filter[reportSubType]=DETAILED&filter[vendorNumber]=*****&filter[version]=1_3&filter[reportDate]=2024-07-17
HTTP/1.1
Host: api.appstoreconnect.apple.com
Authorization: Bearer *****
Is anyone experincing the same issue? Is there any possible solution for this issue?
Thanks in advance.