Order Return Information
Requires access scope.
The return information for a specific order.
Anchor to FieldsFields
- hasRestockingFee (Boolean!)
- hasReturnShippingFee (Boolean!)
- nonReturnableLineItems (NonReturnableLineItemConnection!)
- nonReturnableSummary (OrderNonReturnableSummary)
- returnableLineItems (ReturnableLineItemConnection!)
- returnFees ([ReturnFee!]!)
- returnShippingMethodNote (String)
- returnShippingMethods ([ReturnShippingMethod!]!)
- Anchor to hasRestockingFeehas•Boolean!
Restocking Fee non-null Whether the order has one or more restocking fees associated with its returnable line items.
- Anchor to hasReturnShippingFeehas•Boolean!
Return Shipping Fee non-null Whether the order has one or more return shipping fees associated with its returnable line items.
- Anchor to nonReturnableLineItemsnon•Non
Returnable Line Items Returnable Line Item Connection! non-null The line items that are not eligible for return.
Show fields
- Anchor to afterafter•String
The elements that come after the specified cursor.
- Anchor to beforebefore•String
The elements that come before the specified cursor.
- Anchor to firstfirst•Int
The first
nelements from the paginated list.- Anchor to lastlast•Int
The last
nelements from the paginated list.- Anchor to reversereverse•BooleanDefault:false
Reverse the order of the underlying list.
Arguments
- Anchor to nonReturnableSummarynon•Order
Returnable Summary Non Returnable Summary The summary of reasons why the order is ineligible for return.
Show fields
- Anchor to returnableLineItemsreturnable•Returnable
Line Items Line Item Connection! non-null The line items that are eligible for return.
Show fields
- Anchor to afterafter•String
The elements that come after the specified cursor.
- Anchor to beforebefore•String
The elements that come before the specified cursor.
- Anchor to firstfirst•Int
The first
nelements from the paginated list.- Anchor to lastlast•Int
The last
nelements from the paginated list.- Anchor to reversereverse•BooleanDefault:false
Reverse the order of the underlying list.
Arguments
- Anchor to returnFeesreturn•[Return
Fees Fee!]! non-null The subtotal of all fees associated with return processing that have been applied to the order (e.g. return shipping fees or restocking fees), aggregated by fee type.
Show fields
- Anchor to returnShippingMethodNotereturn•String
Shipping Method Note Note for the buyer about the return shipping method. Possible values are: "merchant_provided_label", "no_shipping_required", or a localized message that the buyer is responsible for return shipping.
- Anchor to returnShippingMethodsreturn•[Return
Shipping Methods Shipping Method!]! non-null A set of return shipping methods associated with the order's returnable line items. Return shipping methods are defined by the return rules at the time the order is placed.
Show enum values