0
votes

The events API doc says that the Product update events will be recorded if a product info is updated. But I only see product create event in the list of events. I don't see any product update events. What could be the reason ? Is it a bug in Shopify API ?

https://help.shopify.com/en/api/reference/events/event#products

1

1 Answers

0
votes

Right from the API docs you pointed to:

update  product_title was updated.  The product was updated.

Not sure how you read that is missing, but it is clearly there.