I am attempting to update notes in an abandoned checkout using the GraphQL API; however, there is no available mutation or REST API. How should I proceed?
1 Like
Hey @Jal_dip - there’s not a way to do modify notes on a specific abandoned checkout object itself. Right now the recommended way to handle this is through the Cart API:
These notes should remain with the cart when it’s converted into an abandoned checkout and the buyer returns back to the site, though. Do you need the note visible on the checkout page immediately, or is the goal essentially just to have it on the resulting order? If you just need it on the order, you could also use the OrderUpdate mutation to add a note to the order:
Hope this helps, let me know if I can clarify anything on our end here
Hey @Jal_dip , wanted to follow up here to see if the above helped, let me know if I can assist further!