Overview
Override the status of an order.
| Field Name | Data Type | Description |
|---|---|---|
| CheckoutPaymentStatus | CheckoutPaymentStatusCode | Checkout and Payment status of the order |
| ShippingStatus | ShippingStatusCode | Shipping status of the order |
Notes
- This method is not intended to be used to ship an order. SubmitOrderShipmentList is designed for that purpose.
References
Any chance this functionality could be added after 3 years?
https://groups.google.com/forum/?fromgroups=#!searchin/cadn/cancel/cadn/YZCKqSDHTI4/m6fVVbQx6z0J![]()
Thanks
A dispute cannot be opened using the API. That must be done in the UI.
Checkout Status and Payment Status are tied together. Any configuration outside of the available options is invalid. If you look at the UI for changing order status, you will see that it is the same. To cancel checkout, submit CheckoutCanceledPaymentFailed as the CheckoutPaymentStatus.
What exactly does the Cancel button do on the UI?
- May open a dispute
- May cancel the checkout -> checkout can be cancelled WITHOUT setting payment failed
When we process a return we would like exactly this. Cancel the checkout and leave the payment alone.
Please help us on how can be do this using the API?
Thanks
We understand that there is no functionality on the API to open the dispute. We would like to request this vital functionality.
Could you give us an estimate on when can we see this working?
Thank you.
Is it okay to
- Set CheckoutCanceledPaymentFailed
- Then set CheckoutSamePaymentCleared
to effectively cancel the checkout but leave the payment as cleared? Will it remove any payment information?
I would need to:
How can I do these?
CheckoutPaymentStatus only has the following values:
What I would need is like: