A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hi, I am trying to use Shopify's event API and there seems to still always be problems.
Specifically, I have made several products, published them, deleted them, etc. But I can not get the events API to cough up a single mention of this, regardless of filters/verbs. Even without any parameters, it only returns "Order" events.
Here is the most recent request ID: 7657e8f7-191b-451b-aa86-782afe056b6e
URL: /admin/api/2022-01/events.json?filter=Product
Response body: { "events": [] }
Thanks,
Brendan