Multiple webhooks for a topic

Hi,
Is it possible to have multiple webhooks for the same topic (for instance "Inventory update) and store?
Thanks!

Hello @pedro!
Could you please further explain what you are trying to achieve?
I don’t think I’m following your request.
If possible please use an example of how that would work.
Have a nice day!
TomasFD

Hi @tomasfd!
For example is it possible to add the following webhooks:

Webhook 1:
topic: Inventory Update
store: store.myshopify.com
url: example.com

Webhook 2:
topic: Inventory Update
store: store.myshopify.com
url: example-2.com

Thanks.
Best regards

Hello @pedro!
Excellent, now I understand what you mean.
Let me confirm the answer internally, and I will get back to you as soon as I have an answer.
Have a lovely weekend!
TomasFD

Hello @pedro!
Unfortunately, at the moment, you are only allowed one webhook per type per shop in the same account.
The workaround is, if you are a 3PL, you can register it in the 3PL Account and the Child Account, but you will receive POSTs for inventory updates on all Child Accounts in the 3PL URL.
Please let me know if there is something else I can help you with.
Have a nice day!
TomasFD

Thanks @tomasfd.

Actually, your answer brings me to another question. Why would a “Inventory Update” webhook need a store or shop parameter, if the inventory is managed by shiphero and could be synced with multiple stores?

If I need to register two “Inventory Update” webhooks, could I just use another shop name?

Webhook 1:
topic: Inventory Update
store: store.myshopify.com
url: example.com

Webhook 2:
topic: Inventory Update
store: store2.myshopify.com
url: example-2.com

Thanks