any plans to add product updated webhook so we can update our webshop with fields like tariff code. With the Legacy API we just fetch all products during the night and check if they were updated, but with GraphQL that makes it impossible because of the credit system.
Hi @darius
I apologize for the delay in my response,
We don’t have that in our radar currently, but would fetch a product with updated_from to updated_to work for you?
Thanks in advance!
Tom
Do you have any sample query to fetch products that are updated within a range?
I tried using the updated_from to updated_to on the product schema but that didnt work.