Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

mutation

Requires write_orders access scope or write_marketplace_orders access scope. Also: Requires the write_returns access scope. The user must have return_orders permission.

Cancels a return and restores the items back to being fulfilled. Canceling a return is only available before any work has been done on the return (such as an inspection or refund).

ID!required

The ID of the return to cancel.

BooleanDeprecatedDefault:false

Whether the customer receives an email notification regarding the canceled return. Not supported. This argument will be removed in a future version.


Was this section helpful?

Anchor to ReturnCancelPayload returnsReturnCancelPayload returns

The canceled return.

The list of errors that occurred from executing the mutation.


Was this section helpful?