webhooks support for carts created using the storefront API #69
ahmed-adly-khalil
started this conversation in
Ideas & Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello friends 👋
I have a use case where have created a cart using the storefront api https://shopify.dev/api/storefront/2022-01/mutations/cartcreate and registered for the
CARTS_CREATE
webhook https://shopify.dev/api/admin-graphql/2022-01/enums/webhooksubscriptiontopic#value-cartscreate which didn't fire, means when i create a cart and add items through the storefront api the webhook simply doesn't fire.then i noticed that the webhook desicription clearly mention
Other types of carts aren't supported. For example, the webhook doesn't support carts that are created in a custom storefront.
which i missed at the beginingFor my use case, I need to keep track of carts created through my custom UI in order to measure the conversion and other metrics, any ideas if custom storefronts cart weebhook will be available soon?
Beta Was this translation helpful? Give feedback.
All reactions