No content to show
User Activity
Hello, I have created a custom embedded app (nodejs app) that retrieves data from a booking system, by putting my ngrok generated app url in their webhook, when there is a new booking I can get in my post endpoint, the booking data. the problem that ...
Thanks for your reply, i got the solution my self, is to add app.use(express()) in my code to get the correct request body.
Hello, I developed a custom embedded Node js app to calculate shipping rates, and I tested it with ngrok public Url's, everything is fine, the only thing left for me is how my app will continue working after the ngrok server is shut. how i can have p...
I developed a custom embedded Node js app to calculate shipping rates, and I tested it with ngrok public Url's, everything is fine, the only thing left for me is how my app will continue working after the ngrok server is shut. how i can have public U...
Hello, I developed a custom embedded Node js app to calculate shipping rates, and I tested it with ngrok public Url's, everything is fine, the only thing left for me is how my app will continue working after the ngrok server is shut. how i can have p...
Hello, I created a custom app in Shopify partners with node js, this is the steps I did: 1- create a carrier service with callback_url as a public Url2- in the URL endpoint, it's a post as this doc says https://shopify.dev/api/admin-rest/2022-04/reso...
Hello, I created a custom app in Shopify partners with node js, this is the steps I did: 1- create a carrier service with callback_url as a public Url2- in the URL endpoint its a post as this doc says https://shopify.dev/api/admin-rest/2022-04/resour...