I’ve been bashing my head against the wall with this. All I want to do is use Shopify CLI to develop a theme for a client.
First I tried, being added as a team member through partners. I was given all permission and made an owner. However when I ran
shopify theme pull
I would get a 403 error, from what I gleaned from the internet I was required to be logged in with my own account on the client’s site. So I got added as a staff member with all the permissions. But now I got this.
X No store found. Please run shopify login --store=STORE to login to a specific store
I tried making a developer site from the partner page and logging in to that, but I still get the above message.
What do I need to do to make something that works with Shopify CLI?