Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
Hi,
I have an issue when create webhook via shopify-api-node lib in my NodeJS code.
1. I setting my access scope in my private App.
2. I config api to my code and have an errors.
Do I make something wrong with it? Thanks
Solved! Go to the solution
This is an accepted solution.
Hi @Dropr ,
Maybe It appears there might be an issue with the address field. Please ensure that the address follows the format "https://testhello.com/test". My testing using "www.google.com" in the address resulted in the following error: {"errors":{"address":["is invalid"]}}.
On another note, I have double-checked and confirmed that your scope is correctly set to generate the products/update webhook. However, it's advisable to also verify the access token of your private app.
Hope! This will help you. 🙂
This is an accepted solution.
Hi @Dropr ,
Maybe It appears there might be an issue with the address field. Please ensure that the address follows the format "https://testhello.com/test". My testing using "www.google.com" in the address resulted in the following error: {"errors":{"address":["is invalid"]}}.
On another note, I have double-checked and confirmed that your scope is correctly set to generate the products/update webhook. However, it's advisable to also verify the access token of your private app.
Hope! This will help you. 🙂