Hi,
When I run my Bulk Mutation and I update 20,000 products by giving each and every variant a new price, is Shopify registering these product changes and firing off the products/update webhook for each product?
I think not, but something tells me I am seeing a flood of webhooks when this mutation is uploaded.
What is the definitive answer? Apologies for not testing this with a small mutation.
Hey,
From digging into this, it does look like you will get 20K webhook notifications if you’ve subscribed to the product/update webhook when you make a bulk mutation update to 20K products. But do test this out on a smaller sample first.
Roger that. I am baffled but moving on. I am going to now posit that if I were to be in the store admin, and holding in my clicks a CSV file with the 20K products, and I uploaded same said pricing change information, Shopify would update but NOT trigger these webhooks? Am I right there?