Mutations
returnOrder
Request a return for an order that has been delivered.
This endpoint currently only supports returning amazon orders. Shopify support will come at a later date.
Arguments
input
required
The input
object contains the orderId and line items. See the ReturnOrderInput object for more details.
Returns
ReturnOrderResponse.*
Any requested field from the ReturnOrderResponse
object.
Example - request
Query arguments
GraphQL
Calling the endpoint initiates a return request. Response below is an example response for an amazon order
Example - response
Response
Errors
The error field will display errors not related to actual status of a return request.
Response
Was this page helpful?