Settings

Demo data

Settings

Everything here is config — no seller is hardcoded. Swap these values (and the keys) and the same app runs any Amazon account.

Brand & marketplace

Brand nameYour Store
MarketplaceUS · ATVPDKIKX0DER
CurrencyUSD
Regionna
Localeen-US

Operational thresholds

Low-stock alert≤ 10 units
Max target ACOS35%
Min price guardunset
Data sourcemock

Connect the Amazon account

SP-API developer registration is under Amazon review — production keys don't exist yet. You can paste and shape-check credentials now; the real auth test runs once keys are saved to .env.

How going live works

  1. 1Amazon approves the developer registration → create a production app client (LWA Client ID + Secret).
  2. 2Self-authorize the app → get the Refresh Token + Seller ID.
  3. 3Paste them above to shape-check, then add them to the .env file on this machine (keys never leave your Mac).
  4. 4Set DATA_PROVIDER=live and restart — the whole dashboard flips from demo data to your real account through one switch.
Secrets live only in .env — never committed, never sent anywhere.