ReturnOrderResponse
Response after returnOrder mutation is called.
This is deprecated and will be removed in the future. You should not use it in new code.
Fields
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 object detailing information on why a return request failed. See the ReturnOrderError object for more information.
Mutations
returnOrder(input: ReturnOrderInput!)
Was this page helpful?