In my Shopify admin orders list, I see a new order which was created/updated "11 minutes ago". It does not show up in an API request such as: https://XXX.myshopify.com/admin/orders.json?created...
No content to show
User Activity
Yes I understand that. Forget about the reference to deleted webhooks - that is another issue altogether...
I simply need to figure out why the API endpoint for GETing the webhook list isn't working.
I'm doing a simple GET API call (/admin/webhooks.json) which should return the list of webhooks (of which there are currently 2) for my shop, according to this:
https://help.shopify.cce/webhook
But the resulting list is empty. And if I request a ...