orderRequestReturn - customer - MUTATION
Version: unstable
Description:
Request a new return on behalf of a customer.
Access Scopes
Arguments
-
orderId:
ID! -
The ID of the order for which this return is being requested.
-
requestedLineItems:
RequestedLineItemInput! -
The line items that are requested to be returned.
Returns
-
return:
Return
The return request that has been made.
-
userErrors:
ReturnUserError!
The list of errors that occurred from executing the mutation.
Examples