Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
I have a requirement to determine whether a product has been added to the shopping cart in order to be able to react to it. Using the webhook payload of the cart/update topic, I can see the items in a user's cart. However, I cannot differentiate whether the notification was triggered by an add to cart.
Are there any plans to add this information to the webhook payload or maybe a dedicated topic? Or are there alternative, server-side ways of accessing specific changes to shopping carts?