Anchor to ReturnRequestPayloadReturn
payloadReturn Request Payload
Return type for mutation.
Anchor to FieldsFields
- return (Return)
- userErrors ([ReturnUserError!]!)
- Anchor to returnreturn•Return
The requested return.
- Anchor to userErrorsuser•[Return
Errors User Error!]! non-null The list of errors that occurred from executing the mutation.
Was this section helpful?
Anchor to Mutations with this payloadMutations with this payload
- returnRequest (ReturnRequestPayload)
- •mutation
Creates a return request that requires merchant approval before processing. The return has its status set to
and the merchant must approve or decline it.Use this mutation when customers initiate returns that need review. After creating a requested return, use
to approve it orto decline it.For returns that should be immediately open for processing, use the
mutation instead.Learn more about building return management workflows.
- Anchor to inputinput•Return
Request Input! required The input fields for requesting a return.
Arguments
Was this section helpful?