A new Shopify developer encountered authentication issues while following the official theme creation tutorial. The CLI prompted for a “store password,” and a “Quickstart” store mentioned in the documentation was not automatically created.
Conflicting solutions were provided:
One response suggested using the password from Online Store → Preferences → Password Protection in the admin panel.
Another recommended creating a Custom App and using the Admin API Access Token as the password.
The most recent response clarified that the CLI no longer uses store passwords and instead requires authentication via shopify login --store your-store-name.myshopify.com, which opens a browser for credential entry.
Key takeaway: The authentication method has changed from the older documentation. Users should run the shopify login command and authenticate through their browser rather than entering passwords directly in the CLI. The “Quickstart” store is no longer auto-generated; developers must create a dev store manually from the Partner Dashboard.
Summarized with AI on October 24.
AI used: claude-sonnet-4-5-20250929.
I’m new to Shopify and want to create a custom theme.
I started following the official tutorial and have run into two problems.
I created a store in the web admin and the CLI is asking asking: “Enter your store password”. Where do I find the password within the admin?
I was told in the docs that a store called “Quickstart” was automatically created but when I tried to use that in the CLI I get the message “Looks like you don’t have access this dev store: (Quickstart ( https://Quickstart.myshopify.com )) If you’re not the owner, create a dev store staff account for yourself