How many webhook subscriptions can an app create in a single store (notably via pubSubWebhookSubscriptionCreate
)?
I can’t find this information anywhere in the doc
How many webhook subscriptions can an app create in a single store (notably via pubSubWebhookSubscriptionCreate
)?
I can’t find this information anywhere in the doc
Hi Soufiane,
I’m not sure we have a documented clear limit, and this could potentially depend on a variety of factors inc how frequent subscriptions are being created, the store plan, resource types etc.
Are you seeing issues with creating webhook subscriptions?
@Liam-Shopify thanks for your answer. I do not have issues at the moment.
I’m considering using webhooks filters to bring some optimizations to my app, so that I will get webhooks delivered only when needed. As the filters will depend on the how the merchants configure my app, that could potentially lead to the creation of many webhook subscriptions for a single store.
I’d need to know if there is a limit on the number of webhook subscription to know whether or not this is doable
thanks
As long as the webhook subscriptions you’re creating have a unique topic+url+filter combination, there’s no limit to the number of subscriptions you can make
Thanks ! That’s helpful!