Issues submitting to existing Shop Mini from a secondary Dev Profile / CLI not showing existing Minis

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:

  1. Running npx shop-minis submit doesn’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.

  2. The npx shop-minis dashboard (local or CLI) shows zero existing Shop Minis, even though they are clearly visible in the Partner Dashboard under the main account.

  3. 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!

Solved! hitting npx shop-minis setup --regenerate-key generated SHOP_MINIS_API_KEY on the env section. and then when hitting dashboard it showing the previous all the submission and also on submit it submitted on the existing shopminis.

1 Like