# OrderReturnInformation - customer - OBJECT Version: unstable ## Description The return information for a specific order. ### Access Scopes ## Fields * [hasRestockingFee](/docs/api/customer/unstable/scalars/Boolean): Boolean! - Whether the order has one or more restocking fees associated with its returnable line items. * [hasReturnShippingFee](/docs/api/customer/unstable/scalars/Boolean): Boolean! - Whether the order has one or more return shipping fees associated with its returnable line items. * [nonReturnableSummary](/docs/api/customer/unstable/objects/OrderNonReturnableSummary): OrderNonReturnableSummary - The summary of reasons why the order is ineligible for return. * [returnFees](/docs/api/customer/unstable/interfaces/ReturnFee): ReturnFee! - 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. * [returnShippingMethodNote](/docs/api/customer/unstable/scalars/String): String - 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. * [returnShippingMethods](/docs/api/customer/unstable/enums/ReturnShippingMethod): ReturnShippingMethod! - 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. ## Connections * [nonReturnableLineItems](/docs/api/customer/unstable/connections/NonReturnableLineItemConnection): NonReturnableLineItemConnection! * [returnableLineItems](/docs/api/customer/unstable/connections/ReturnableLineItemConnection): ReturnableLineItemConnection! ## Related queries ## Related mutations ## Related Unions ## Examples