Hi there,
We have a technical question regarding the Checkout API. Our app is a sales channel that allows our users to purchase from different Shopify stores.
Part of this process is to create a new Checkout object for the user’s basket and WITHOUT marketing - because we already have our own email marketing flows (abandoned cart, order confirmed, etc.).
Nevertheless, it appears our users (and I tried it myself) still receive marketing emails such as the abandoned cart email or others even if I explicitly specified the field buyer_accepts_marketing to ‘false’ during the creation of the Checkout object.
In the official documentation, I can see the following:
buyer_accepts_marketing
Whether the customer has consented to receive marketing material via email.
(URL: https://shopify.dev/api/admin-rest/2022-01/resources/checkout#resource-object)
I would assume setting this field to false would prevent customers from receiving marketing emails, but it does not seem to be the case.
Please look into this as this is an issue for our customers as they currently receive duplicated emails?
Thanks,
Boris