Abandoned checkout webhook
What is the best way to recieve a webhook everytime a checkout is abandoned? Shopify has checkouts/created/updated webhooks but how do I identify which checkout has been abandoned?
5 Replies
Hello,
We've looked into this extensively and Shopify doesn't send you webhooks when a checkout is abandonned. I would recommend asking Shopify support team or Partner community to see if they have any plans to make a change to this
found a cheeky workaround, use a flow automation for it
Could you please share what you've found as a #community-code-snippets?
so what I basically did was use a flow extension action. flow has a built in feature for abandoned checkout and merchants can configure it so you recieve the payload for it. Does it count as a code snippet? I can dive deeper into it
Yeah, that would be great. The more you share with people, the better it will be for them if they need to do something similar