-
Order Api and Other Finance Api are Working fine and in Report API Some Report are generating fine but when i try for Settlement Report getting Fun Call: ERROR " Exception Type: SellingApiForbiddenException Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 2 replies
-
The settlement report can't be created by using the createReport operation. It is auto generated by Amazon for data within the last 90 days and each report generated contains 2 weeks of data. To access these generated reports you need to hit the getReports operation in the reports api and filter for the settlement report. Be sure to notice that this operation does not use startDate and endDate but createdUntil and createdSince. Default time interval is 90 days back I think. Anyway, the response will have the report ids of the pre generated settlement reports. Just save the report ids from the response and now you can use your normal report API flow to download the report. Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
Hi @ezpinsky, Thank you, |
Beta Was this translation helpful? Give feedback.
The settlement report can't be created by using the createReport operation. It is auto generated by Amazon for data within the last 90 days and each report generated contains 2 weeks of data. To access these generated reports you need to hit the getReports operation in the reports api and filter for the settlement report. Be sure to notice that this operation does not use startDate and endDate but createdUntil and createdSince. Default time interval is 90 days back I think. Anyway, the response will have the report ids of the pre generated settlement reports. Just save the report ids from the response and now you can use your normal report API flow to download the report. Hope this helps!