LePong
Excursionist
Contact Me
Status
Offline
Last Activity
‎07-24-2020 02:43 AM
Topic Started
8
Topics Started
Topic Solutions
1
Solution
Post Count
25
Posts
Post Kudos
19
Likes

Community Badges

Hi there. I'm trying to retrieve all of my shop's product tags, but every time I request them, hasNextPage always returns false, regardless of how many I request. And according to this thread: http...
Hey all! I developed an app built on top of the react/polaris tutorial and moved it to heroku to see how it works exactly as this is the first time building and deploying an app. Right now, all the...
Hi. I have an embedded app, built upon the react/polaris tutorial. I'm trying to use a modal to confirm a deletion action, but regardless of which action is taken in the modal, the onClose action is...
Hi! Firstly, I'm still learning a lot about all of the moving parts, frameworks, modules etc. that I have happening in my app. So many times I don't know where one framework and another begins, so I...
No content to show

User Activity

I figured it out.The app needed storefront api access to set the product to Online Store.
Hi!So I've gotten the publication scope enabled for my app, but I can't seem to figure out how to set the sales channels for a product.I see in the documentation that I'm supposed to use the publishablePublish mutation, but nothing I do allows me to ...
Hey Josh.So I'm doing something similar to that in my product create flow, I create the product with GQL, then upload the image through REST cause I have the base 64 and not a URL. (I asked about this in this thread for context). But in this case, I ...
Hi there!I'm building an app, and I need to be able to store an image URL in a metafield on a product that I'm creating/editing.I know for the product images, I need to post the base64 encoded image when going through REST, but I need the URL to be s...
Hi there.I’m creating products through an app using GraphQL and I’m wondering if I can set the sale channel availability for the newly created product.I’m currently only creating products for the online store, but I may need to create for different c...
Hi!I need to be able to duplicate a product but update the price of the one and only variant that the product has.Currently I have to make the duplicate product mutation, wait for the response, then make a second mutation to update the product varian...
Amazing!Thanks so much Alex. Sorry for the late reply. Haven’t been working on that project for a few weeks so haven’t been checking the forum. Thanks again!
Hey there.Is there a way to get a list of available product templates on a store through an api? Be it through REST or GraphQL... Thanks!
Hi!I'm building a private app that will have the ability to create products on the store. I understand that using GraphQL, I have to provide a URL to the product as opposed to being able to provide a base64 encoded "attachment" if using REST. I've se...
Awesome!Thanks so much for the information Alex. I'll check out the links.Cheers!
Hi Alex.Thanks for the reply.I think I'm missing one part of the pagination approach. How does my code know when to stop? Excuse the ignorance cause I'm still wrapping my head around GQL.I understand that I can request the first 50, then the next 50 ...
Hi there.For GraphQL requests that the value count can change over time, but probably won't be very high, for my example let's say collections. What's the best practice for requesting all of the available collections on the store?If I'm correct, I th...
Hey thanks for the reply. Yeah that's my ideal solution, i.e. putting it in the ctor or the component did mount method, but I can't seem to find a way to run the query without rendering a result. I've put the query in the ctor and just returned a str...
Hi all!I'm diving into developing an app for our store to be used internally. I'm learning everything involved as I go, i.e. I don't have react experience, nor any of the rest of the technologies being used for the app.I have a laundry list of questi...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
Likes given to