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.

Anchor to returnDeclineRequest

returnDeclineRequest

mutation

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

Declines a return on an order. When a return is declined, each ReturnLineItem.fulfillmentLineItem can be associated to a new return. Use the ReturnCreate or ReturnRequest mutation to initiate a new return.

The input fields for declining a customer's return request.


Was this section helpful?

Anchor to ReturnDeclineRequestPayload returnsReturnDeclineRequestPayload returns

The declined return.

The list of errors that occurred from executing the mutation.


Was this section helpful?