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
I am trying to cancel individual items on an order but each cancel request ends up failing.
When the request is sent, the response status code is "204 No Content" and the cancellation is put into Pending status. But after a few minutes, the cancellation status changes to fail with the error status:
Notes set to 'Shopify order with id '241024' was not found on the channel. It could not be imported or updated' (was '') Status set to 'Failed' (was 'New')
Could I be receiving this error message because the SellerAdjustmentID is incorrect? I've searched the API docs but there is no explanation as to what value is needed for this field however it is required in the API request.
The JSON request is {"Reason": "BuyerCancelled","SellerAdjustmentID": "SampleAdjustmentID-12345","Restock": true,"PreventMarketplaceCommunication":true}
Any help would be appreciated.
Cheers!
[ChannelAdvisor] Khanh Duong
unread,
Jun 29, 2021, 2:51:30 PM6/29/21
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
Hey Tina, it seems like the system is trying to communicate with the marketplace for this adjustment and can't locate the order. If this is a test order and you're trying to prevent marketplace communication the property is "PreventSiteProcessing".