Objects
ReturnOrderResponse
Response after returnOrder mutation is called.
Fields
result
required
Array containing the orders associated with an order id and the return status for each line item. See the ReturnOrderResult object for more information.
error
Error object detailing information on why a return request failed. See the ReturnOrderError object for more information.
Mutations
returnOrder(input: ReturnOrderInput!)
Was this page helpful?