Retrieve all order returns for an organization in reverse chronological order. 50 order returns will be returned at a time and may be paginated using the startingAfter query parameter.
The key assigned to your company and provided via Meadow
The key generated and provided by our mutual client
The id for an order return that you want to retrieve all order returns after this one. Pass in the last id in a response to retrieve the next page.
Pass in true if you would like to only receive voided returns. Voided returns are ones that were cancelled and are no longer considered valid.
Order return response
The ID of this return
One of payment-method, store-credit or none
The initial refund before taxes, credits, adjustments, loyalty, and discounts
The final refund total of the return
The amount of credits refunded from the order
The amount of discounts refunded from the order
A manual adjustment of the refund for this return
A description for the adjustment if there is one
The name of the payment type this refund was processed as
The amount of a loyalty redemption returned
The date that this return was voided or null. If there is a value here, it means the return was canceled and is no longer applicable
The reason this return was voided
The date this return was created
An array of line items for this return
An array of tax information about this return
The employee that created this return
The employee that voided this return (or {} if it is not voided)