App reviews, troubleshooting, and recommendations
Hello
I have created a webhook using the curl function.
It is showing me errors like this.
Anyone, please let me know.
Your webhook for fulfillments/update at https://.../updatefulFillMentWehook is failing to return a successful response.
This webhook has been attempted 2 times. If your webhook continues to fail, it will be removed and your application will not receive any more notifications.
Here is my code.
Can you please help anyone with this?
Thanks
Hi @vineetgupta
Is that all code?
Then you have not return anything to webhook.
if ($err) {
// echo "cURL Error #:" . $err;
} else {
// echo $response;
return json_encode(array(['msg'=>'success']));
}
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025