I am following this tutorial -> Build a Shopify App with Node.js and React. And I am at the stage when I have to add billing to my app. It is working properly, but I have to change the flow of ste...
Nov 16, 2019
Is there a way to get all the images of a shop at once? I think it would be possible with graphql bulk query.
Oct 26, 2019
I am trying to add tracking which tells me from which affiliate the item was sold, so I added ?ref=<refferalId> to the URL. Now, whenever order/create webhook is called I get to know which affi...
Generally when we install any app on Shopify the link is like -> https://<store>.myshopify.com/admin/apps/<app-name> But I want an app to be opened on my own link in...
Oct 16, 2019
Hello! folks, I am trying to make a referral management app and want to track from which referral the order is coming from. I have registered the order creation webhook. The data coming from the or...
Oct 12, 2019
Hello! folks, I am trying to make a referral management app and want to track from which referral the order is coming from. I have registered the order creation webhook. The data coming from the or...
Apr 18, 2019
I am learning to make shopify app using the official shopify app development tutorial. But I am unable to connect it to a mongodb database. Can anyone help please? This is the tutorial I am following...
Hello! I want to ask how should I add pagination to my shopify app. I want to list all the images of all the products from a shop. Here is the query I used query getImagesOfProducts($first:Int!,$fir...
Hello folks, I am new to graphql and trying to get ids of all the products in shop. I am looking for graphql equivalent to "/admin/products.json", as this gets list of all the products. But in grap...
Hello! I am building a Shopify App using the React and Polaris. And I cannot figure out how should I add Loading Polaris Component to my app. I have this in my _app.js file class MyApp extends Ap...
Feb 26, 2019
Hello friends, I am new to Shopify app development. When I install https://github.com/Shopify/shopify_django_app on my site, it gets installed. But when I access the app using shopify admin pan...
Feb 18, 2019
Hello guys. I have been looking for a good python Django Shopify starter app. I have been looking for a good tutorial but not found one. Yes, there is one example in Shopify's Git...
No content to show
User Activity
07-11-2021
Same issure here.
05-18-2020
It's very frustrating that Every time I make changes to the front end, I have to build it(npm run build) and then refresh the page to see the changes. And when I am running it on localhost port and using proxy it doesn't work because of cookies probl...
Hello!I found something very very useful for tackling this problem.Use shopify cli tool https://github.com/Shopify/shopify-app-cliThis will automatically update your app's link to the latest ngrok link without you changing with your hands. This will ...
I too had this problem. I solved this by deploying my app on Heroku. And whenever I change something; I push it to GitHub, which automatically reflects the changes on the Heroku deployment.
10-21-2019
After you configure a webhook subscription, the events that you specified will trigger a webhook notification each time they occur. This notification contains a JSON payload, and HTTP headers that provide context. For example, the orders/create webho...
I cannot find any field in order/create webhook JSON data which tells which shop created the order.
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
4583 | 10-21-2019 09:38 PM |