You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, We need to obtain a customer feedback data from amazon, so we created the type of GET_SELLER_FEEDBACK_DATA Report ,and got the reportId. When we want to get the report with the reportId, the api always return CANCELLED of processingStatus, That why ? and What can we do to fix this ?
The text was updated successfully, but these errors were encountered:
the return payload like this
{"payload":{"reportType":"GET_SELLER_FEEDBACK_DATA", "processingEndTime":"2021-12-28T03:21:31+00:00", "processingStatus":"CANCELLED", "marketplaceIds":["ATVPDKIKX0DER"], "reportId":"58268018989", "dataEndTime":"2021-12-28T02:53:39+00:00", "createdTime":"2021-12-28T03:21:19+00:00", "processingStartTime":"2021-12-28T03:21:25+00:00", "dataStartTime":"2021-09-29T00:00:00+00:00"}}
This is a very old issue that is probably not getting as much attention as it deserves. We encourage you to check if this is still an issue after the latest release and if you find that this is still a problem, please feel free to open a new issue and make a reference to this one.
Hi, We need to obtain a customer feedback data from amazon, so we created the type of GET_SELLER_FEEDBACK_DATA Report ,and got the reportId. When we want to get the report with the reportId, the api always return CANCELLED of processingStatus, That why ? and What can we do to fix this ?
The text was updated successfully, but these errors were encountered: