Refunds
Version 2024-11-01
Important
The Buy with Prime API is offered as a preview and might change as we receive feedback and iterate on the interfaces. We are sharing this early documentation to help you learn about the Buy with Prime API as we write and iterate on the content.
Overview
Represents a refund that is issued to a shopper by merchant. This type captures both a summary view and a detail view. The summary view gives a summary of all refunds at a hierarchical level. For e.g. RefundSummary under Order gives a summarized view of all refunds on an order and similarly RefundSummary under Returns gives a summarized view of all refunds across all returns. Whereas the detailed view gives more details about a refund.
Fields
Field | Description |
---|---|
details ([RefundDetails]) | A list of refund details. |
summary (RefundSummary) | Provides a summary of all refunds that have been issued. |
Updated 2 days ago