Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Creating webhook

Creating webhook

jedgars
Shopify Partner
1 0 2

Hello,
I have a rather unorthodox issue, which I believe requires Shopify developer support team assistance but maybe others can help too?
So the the situation is that our Print on demand company is in the process of developing a Shopify app and are currently testing several stores by creating webhooks between our newly developed system and a merchant Shopify store.
The issue is with two of our stores. Webhooks are not creating therefore the order info is not being passed to our system for fulfilment.
To be more specific:
There are two stores that are having issues with creating a webhook - orders/create
Request POST: https://[shop name]/admin/api/2023-01/webhooks.json
BODY: "webhook": {
"address": "https://xxx-xxx-xxxx.ngrok-free.app/NewOrder",
"topic": "orders/create",
"format": "json"
}
Shopify API returns 'Status Ok' and in response:
{
"webhooks": []
}
But no webhook was created so the orders are not passed to our POD system.
Please look into this from Shopify side if possible and provide me with any adjustments needed in the merchant stores to be able to create the webhook successfully.
Please help me out with this.

Reply 1 (1)

LucasFarina
Shopify Partner
3 0 1

Hey Jedgars, did you have any solution for the case? I am facing the same problem now.