Skip to main content
mutation

Requires write_returns access scope or write_marketplace_returns access scope. Also: The user must have refund_orders permission.

Deprecated. Use returnProcess instead.

Creates a refund for items being returned when the return status is OPEN or CLOSED. This mutation processes the financial aspects of a return by refunding line items, shipping costs, and duties back to the customer.

•ReturnRefundInput!
required

The input fields to refund a return.


Was this section helpful?

Anchor to ReturnRefundPayload returnsReturnRefundPayload returns

•Refund

The created refund.

•[ReturnUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?