Skip to main content
mutation

Requires write_returns access scope. Also: The user must have return_orders permission.

Removes return and/or exchange lines from a return.

[ExchangeLineItemRemoveFromReturnInput!]

The exchange line items to remove from the return.

ID!
required

The ID of the return for line item removal.

[ReturnLineItemRemoveFromReturnInput!]

The return line items to remove from the return.


Was this section helpful?

Anchor to RemoveFromReturnPayload returnsRemoveFromReturnPayload returns

Return

The modified return.

[ReturnUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?