I have been using the App Store API to get sales reports without any problem. but unfortunately having issues with the financial reports. I am able to view and download reports starting January 2021 that have data but when attempting to get it via API I get a 404 response:
{
"errors": [
{
"id": "XXXX-XXXX-XXXX-XXXX",
"status": "404",
"code": "NOT_FOUND",
"title": "The request expected results but none were found",
"detail": "There were no sales for the date specified."
}
]
}
I am using the same vendor number and these additional filters:
filter[reportType] = FINANCIAL
filter[reportDate] = 2021-02
filter[regionCode] = Z1 (and tried many different ones but I get the same response)
Any idea what I can do to get this to work?
Thanks
{
"errors": [
{
"id": "XXXX-XXXX-XXXX-XXXX",
"status": "404",
"code": "NOT_FOUND",
"title": "The request expected results but none were found",
"detail": "There were no sales for the date specified."
}
]
}
I am using the same vendor number and these additional filters:
filter[reportType] = FINANCIAL
filter[reportDate] = 2021-02
filter[regionCode] = Z1 (and tried many different ones but I get the same response)
Any idea what I can do to get this to work?
Thanks