[REST API] is there a endpoint/method to cancel an order?
117 views
Skip to first unread message
Hoàng Lân Nguyễn
unread,
Nov 24, 2015, 5:24:05 AM11/24/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ChannelAdvisor Developer Network
[REST API] is there a endpoint/method to cancel an order?
[ChannelAdvisor] Marshall McClure
unread,
Nov 24, 2015, 9:27:23 AM11/24/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ChannelAdvisor Developer Network
Hi Hoàng,
You can POST to /v1/Orders(id)/Adjust to adjust an order and /v1/OrderItems(id)/Adjust to adjust an order item. If you submit an adjustment prior to shipment, it will be processed as a cancellation. Post-shipment adjustments will be processed as refunds. Please read the documentation for more details: http://developers.channeladvisor.com/rest/#641.