You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
Case #1:
I have created a Route::post('/webhook/orders/create') in my api and in the shopify shop settings/notifications have created a webhook using url myngrokurl/api/webhook/orders/create in
such case the webhook is sending the test data. Have listed the route in the api to avoid csrf issue. But working fine as expected.
Case #2 : Problem is:
have created a webhook as documented
The one thing I would make sure is the APP_URL needs to be an external domain, so it should not be https://localhost as Shopify will not be able to access that.
Case #1:
I have created a Route::post('/webhook/orders/create') in my api and in the shopify shop settings/notifications have created a webhook using url myngrokurl/api/webhook/orders/create in
such case the webhook is sending the test data. Have listed the route in the api to avoid csrf issue. But working fine as expected.
Case #2 : Problem is:
have created a webhook as documented
where env('APP_URL') is my ngrok url created and the jobs are crated as well.
but when i create an order in the shopify admin manually not from the notification area, this is the response I am getting
Please help
The text was updated successfully, but these errors were encountered: