Hi, just reporting a bug that I’ve had a Collection Delete Webhook delivered (using unstable
/ latest version) which was missing the admin_graphql_api_id
property.
According to the documentation, it should be available:
Hi, just reporting a bug that I’ve had a Collection Delete Webhook delivered (using unstable
/ latest version) which was missing the admin_graphql_api_id
property.
According to the documentation, it should be available:
Hey @roberttolton,
Thanks for reporting that. I’m seeing the same as you are when I test. I’m investigating to see what the expected behaviour should be.
Thanks @KyleG-Shopify
It looks like it’s also affecting the products/delete webhook as well, although the documentation doesn’t show it, there’s no reason it can’t be added for consistency?
Example JSON that was delivered just now to my products/delete endpoint:
{"id": 8482253176986}
Thanks @roberttolton, we are looking in to this. It does seem like just the ID is expected behaviour and our documents are wrong, but I still need to confirm that 100%. I’ll keep you posted.