Closed nullndr closed 7 months ago
Hi there 👋
A couple of things to consider. Are you getting other shop/update
webhooks? And only when updating the marketing_sms_consent_enabled_at_checkout
field you do not?
If this is the case, then this could be a bug with the webhooks themselves, not this library.
You can report bugs in the API in the Shopify community forums or through Partner support.
If you are able to verify you recieve other shop/update
webhooks, and create a community forum post I can flag that with the team.
Hi @lizkenyon.
I get other shop/update
correctly, only when I edit the marketing_sms_consent_enabled_at_checkout
the webhook is missing.
I already opened a discussion in the Shopify community forums.
👍
I am going to close this ticket as this repository is for bugs and issues with the javascript libraries. But I will flag your community forums post to the appropriate team. Thanks!
The changelog says that editing the
marketing_sms_consent_enabled_at_checkout
should trigger ashop/update
webhook, but this does not happen.The value is correctly being updated, doing a POST request I can see the value updated.
Maybe this is not the correct place for this bug but I do not know where to looking at.