Create a developer store which will work with Shopify CLI

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?

1 Like

Well, first thing, the shop I was originally connecting to was a development shop, and to do anything like that on a dev shop you need to log in as the owner, I think it’s fine with a paid shop. Secondly, at some point, I dropped – from the --store parameter, if you are new like myself it will seemingly login fine, but it’s only logging in as a partner but not to the store. Finally can pull a theme now.