-
Preliminary Checks
DescriptionHello, I try to use Gatsby with Shopify, but when I pass my
It's my first time with an API Shopify and with implement it in My config is something like that
I try to replace the For information in the Shopify Partners I create an I cannot figure me why I cannot pass the Reproduction Linknone Steps to Reproducenone Expected Resultnone Actual Result
EnvironmentOSX mojave Config Flagsnone |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
I'm having this issue too. Strange to see a password required as an option :/ |
Beta Was this translation helpful? Give feedback.
-
Hi! You might have followed an outdated guide on I also made a video with a colleague where I show how to set up the Shopify App and which information to use (timestamped): https://youtu.be/58OD42jyF4o?t=445 So the password I put into Gatsby Cloud there goes into |
Beta Was this translation helpful? Give feedback.
-
I have added |
Beta Was this translation helpful? Give feedback.
Hi!
You might have followed an outdated guide on
gatsby-source-shopify
as the error you're seeing is correct.Here is the written form of getting started: https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-shopify#getting-started
I also made a video with a colleague where I show how to set up the Shopify App and which information to use (timestamped): https://youtu.be/58OD42jyF4o?t=445
So the password I put into Gatsby Cloud there goes into
password
option of the source plugin. The password itself refers to the Admin API as the source plugin uses this under the hood.