Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
I face the problem that sometimes (but quite often) webhook "products/create" does not have variant's SKU, barcode, inventory_managment and some other information. But following webhook "products/update" contains all information about vatiant (but variant ID is different). I rely on event when product is created, but because of this bug I cannot.
I use API version "2024-04". This issue is easily reproducible