Shopify Abandoned Cart Scenario?

:bullseye: What is your goal?

Hey guys, is anyone familiar with setting up a scenario for abandoned carts via Make? I can’t seem to make it work.

:thinking: What is the problem & what have you tried?

Tried the checkout/create and checkout/update webhooks from Shopify but I don’t think they are right because I don’t get the info via the webhook.

Hey Andrei,

Yeah the checkout/create and checkout/update will only trigger when the cart is created or when an item is added to it. After one of them fires, you can set a timer for say 30 mins and then poll this endpoint to check if the cart was abandoned or not.

1 Like