Is there an endpoint or some type of form for unsubscribe?

I’ve been trying to find a way to allow the user to toggle their marketing subscription from their user account pages. So far they are able to subscribe, but I can’t find any helpful documentation for unsubscribe. I’ve looked through the customer object and tried meth using Customer.unsubscribeUrl but that comes back empty. Is this even possible?

Hey, @coby_ss

Within Shopify by default, any email communication they receive from your store will offer an unsubscribe option in the footer of the email. This gives your customers to ability to choose to no longer receive further emails from your store should they choose to do so.

If there is anything else I can help you with, please let me know.

@Dirk So there is no way for them to do this from within liquid? Only emails correct?

That is correct, @coby_ss

The email templates themselves are comprised of bits of code that can be edited. However, it’s not edited from a theme file or anything like that.

If there is anything else I can help you with, please let me know.

Hi, do you see a solution that customers can unsubscribe from specific mail lists. In the current situation they unsubscribe in general.

Thanks a lot!