Hi everyone,
I’m running into a loop with the Shop Minis CLI (npx shop-minis) and could use some advice.
The Setup:
-
Our main Shopify Partner Profile has already created/submitted 2 Shop Mini items.
-
I am using a separate Developer Profile within the same Partner Organization.
-
My profile has been granted “Manage apps” (Sensitive Permissions) and full App Submission access.
The Problem: When I try to work on or submit updates to the existing Minis using the CLI:
-
Running
npx shop-minis submitdoesn’t give me a popup to select which Shop Mini to update. Instead, it starts a fresh submission process as if I’m creating a brand new Mini. -
The
npx shop-minisdashboard (local or CLI) shows zero existing Shop Minis, even though they are clearly visible in the Partner Dashboard under the main account. -
There is no prompt to “select a profile” or “switch organization,” even though I have access to the correct one.
What I’ve tried:
-
Verifying permissions (I have “Manage apps” enabled).
-
Running
npx shop-minis setup(it just tries to create a new one).
Has anyone found a way to “link” a local project to an existing Shop Mini when logged in as a staff/dev member? Is there a specific command like shopify app config link but specifically for the shop-minis toolset?
Any help would be appreciated!