Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
Hi ! I need register cartTransform function in store. Official documentation saying that I should do it via graphQL cartTransformCreate mutation
I can do it in manually in dev store. But how I should do it in client's store ? Could you please clarify what is the best practice for this ?
In my understanding we should use some webhook something like APP_INSTALLED. But I can't find needed topic.
Please help