I need to add a tag to customers who have signed up for/logged into their customer account themselves, but I’m not sure how I can distinguish them from customers that shopify generated because they placed an order using guest checkout.
Any ideas?
I need to add a tag to customers who have signed up for/logged into their customer account themselves, but I’m not sure how I can distinguish them from customers that shopify generated because they placed an order using guest checkout.
Any ideas?
The customer state in the order json will be set to enabled if they have an account and disabled otherwise. You could set up a flow to tag them based on this.
Thank you, that’s great to know!