Skip to content

Dashboard Overview

The app is organised the way most merchants think about wholesale: groups of buyers, prices for those groups, and a way for new buyers to apply.

The full app shell. Sidebar on the left, main content area, top-right action bar.
The full app shell. Sidebar on the left, main content area, top-right action bar.
📸 TODO: save image to public/images/guide/dashboard-overview.png — capture from /app — landing page
SectionWhat lives there
DashboardAt-a-glance metrics: active groups, total wholesale customers, pending applications.
GroupsCreate, rename, reorder, and delete wholesale groups.
CustomersThe list of buyers assigned to groups. Filter, move between groups, or remove.
PricingPer-product overrides and volume tiers. Scoped to one group at a time.
RegistrationsSubmitted applications, plus the form builder and email templates.
SettingsStore-wide toggles: hide prices, tax exemption, minimum order quantity.

The home page summarises the state of your wholesale program. Most numbers on this page are clickable shortcuts:

  • Active groups opens Groups.
  • Total wholesale customers opens Customers.
  • Pending applications opens Registrations, filtered to status pending.

If a number looks wrong, the most common cause is that a sync job is still running in the background. Refresh the page after a few seconds.

The dashboard tiles. Each tile is a shortcut to its section.
The dashboard tiles. Each tile is a shortcut to its section.
📸 TODO: save image to public/images/guide/dashboard-metrics.png — capture from /app — dashboard tiles

Most pages have a primary action in the top-right corner — Add group, Add customer, Add price rule, and so on. When the page is busy (saving, syncing, deleting), the action turns into a spinner. Wait for it to finish before navigating away.

Every form in the app saves on click; there’s no implicit save when you navigate away. If you change something and want to back out, just close the modal or navigate elsewhere — nothing is committed until you confirm.

Destructive actions (deleting a group, removing a customer, deleting a form) ask for confirmation. Once confirmed, they take effect immediately and cannot be undone from the app. If you delete a group, customers in that group keep the wholesale-* tag in Shopify until you remove it manually — the app doesn’t follow up to scrub tags after a group delete.