How Can I Find the Refund Amount for My Orders?
Question
How can I find the refund amount for my orders?
Environment
Connector: Amazon Selling Partner
Answer
When we query the Amazon Finances API's listFinancialEventsByOrderId
endpoint, we retrieve financial events associated with each order. See Amazon's list of financial events to learn more.
We sync the four events related to refunds or adjustments to the corresponding table listed below:
Financial Event | Table Name |
---|---|
RefundEventList | FINANCIAL_SHIPMENT_EVENT |
ChargeRefundEventList | FINANCIAL_CHARGE_REFUND_EVENT |
ShipmentItemAdjustmentList | FINANCIAL_SHIPMENT_EVENT_ITEM |
ItemChargeAdjustmentList | FINANCIAL_CHARGE_COMPONENT |