-
I'm looking to get refund information down to the order-item level, like in I'm looking at |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @benzitney You can use Settlement Reports or Finance APIs to get refunds information per order level. Please note that the Settlement reports cannot be requested or scheduled. They are automatically scheduled by Amazon (usually every 14 days) and are tied to the disbursement cycle of a seller account. You can use getReports API method with the ReportType parameter set to “Settlement” to check when the last settlement report was available. Additionally, you can use notifications to be notified when a settlement report is available. This can be set up on a 14-day schedule to coincide with the availability of the reports. listFinancialEvents operation under Finance API returns different transaction events applicable to seller's transaction, provide delta date query to filter on dates and use Thanks, |
Beta Was this translation helpful? Give feedback.
Hi @benzitney
You can use Settlement Reports or Finance APIs to get refunds information per order level.
Please note that the Settlement reports cannot be requested or scheduled. They are automatically scheduled by Amazon (usually every 14 days) and are tied to the disbursement cycle of a seller account.
You can use getReports API method with the ReportType parameter set to “Settlement” to check when the last settlement report was available. Additionally, you can use notifications to be notified when a settlement report is available. This can be set up on a 14-day schedule to coincide with the availability of the reports.
listFinancialEvents operation under Finance API returns different t…