Refunds
Version 2024-04-01
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 about 2 months ago