Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
Hi,
Does webhooks support query parameters in address field ?
something like this
POST /admin/api/2021-01/webhooks.json
{
"webhook": {
"topic": "orders/create",
"address": "https://whatever.hostname.com?query1=value1&query2=value2",
"format": "json"
}
}
Hi @niraizik
Yes, that should be supported. You can try posting that and then calling the same API (with GET) to retrieve your subscriptions to ensure the data matches what you expect.
Cheers
To learn more visit the Shopify Help Center or the Community Blog.