garrettbryan
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎07-31-2019 11:03 PM
Topic Started
1
Topics Started
Topic Solutions
2
Solutions
Post Count
12
Posts
Post Kudos
10
Likes

Community Badges

I'm working through the Nodejs and react tutorial. There are a few places where I've run into a snag. I'm going to document my fixes here. The first one is: https://help.shopify...
No content to show

User Activity

@garrettbryan wrote: ... but I was able to send data to the endpoint to update the metafields I made a mistake, to recap...I've been able to successfully proxy a request to my server and validate that the request came from Shopify.I've not been able ...
@danabdn @KarlOffenberger @Alex Hey Guys,Just wanted to follow up, since my diagram was pretty confusing. LOL.I was able to create an endpoint on my Nodejs server for shopify's app proxy. I'm still working on the details of the image upload, but I wa...
@danabdn @KarlOffenberger @Alex Great discussion guys. I totally agree with Karl to keep it simple. I have a similar question, that I don't think can be reduced to the storefront API and theme changes. Here are the requirements:Customer should be abl...
Figured it out! Sometimes it pays to read all of the docs!https://help.shopify.com/en/api/reference/online-store/scripttag#index Script tags are scoped to the app that created them. When an app is uninstalled from a shop, all of the script tags that ...
Thanks for the response. I did reinstall the app and restart the server. Below is the result. I also added added read_theme and write_theme to the access scopes. No luck. { "shop": { "name": "example", "primaryDomain": { "url": "https...
I'm trying to query my scripttags. This query works in the console:https://example.myshopify.com/admin/apps/shopify-graphiql-appquery {  scriptTags(first: 5 ){    edges {      node {        id        src        displayScope      }    }  }} But it doe...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.