cancelOrder
Cancel an existing order.
Due to Rye requiring Amazon Business accounts be connected to Rye via Amazon’s app marketplace, this mutation has been deprecated and will be removed in the future. Cancellations can be handled via your Amazon Business account. See our Connecting your Amazon Business account on how to connect your Amazon Business account to Rye
Arguments
The input
object contains the orderId.
Returns
Any requested field from the CancelOrderResponse
object.
Example - request
Calling the endpoint initiates a cancellation attempt. Response below is an example response for an amazon order
Example - response
Errors
If a cancellation request has a status CANCEL_FAILED
the payload would look like below:
The error field will display errors not related to actual status of a cancellation request.
Was this page helpful?