Replies: 0 comments 13 replies
-
Same problem here with {
"errors": [
{
"code": "InvalidInput",
"message": "Invalid Input",
"details": ""
}
]
} And it is not a response size problem (as mentioned here under |
Beta Was this translation helpful? Give feedback.
-
I am using the C# client library to call ListFinancialEvents. It gives the same error: I also tried using the C# Sdk and that is returning this error: |
Beta Was this translation helpful? Give feedback.
-
Hi! I created an issue here too, this seems to be a major bug on Amazons side as we also have been using the Finance API for over 2 years: https://github.com/xapix-io/seller-reporting-sync/issues/1834 I created a case with Amazon and they are investigating, please do so on your sides too so the urgency is made clear. |
Beta Was this translation helpful? Give feedback.
-
We found a solution on our side, if Amazon returns code=400, we are while keep retrying this request until code=200. It seems to solve the problem for now. |
Beta Was this translation helpful? Give feedback.
-
Same issue here 😥. |
Beta Was this translation helpful? Give feedback.
-
Request/finances/where v0 / financialEventGroups / {eventGroupId} / financialEvents page data accessed by the NextToken, return to {" errors ": [{"code": "InvalidInput", "message": "$errorResponse.Message", "details": ""}]}. How to fix it?
Beta Was this translation helpful? Give feedback.
All reactions