Skip to main content

Manage products

The Products screen is your catalog home: scan what you have shipped, filter by type, search by name, edit details, or delete entries you no longer sell.

Open the catalog​

Use the sidebar entry labeled Products (wording follows your locale). The header shows Products and a live count of rows after your filters.

Search and filters​

  • Search — Type part of a product name; matching is case-insensitive and runs in the browser over the loaded list.
  • All — Shows every product with the total count in the tab.
  • Simple — Only simple items (including legacy rows with no explicit type, treated as simple).
  • Bundles — Only bundle items.

When a project is active, the underlying fetch is already limited to that project, so counts and tabs reflect project-scoped data only.

Product cards​

Each card typically includes:

  • Type badge — Simple or Bundle
  • Image — Main image, first gallery frame, or a placeholder icon
  • Name and short description (or a “no description” placeholder)
  • Price — Shown in USD style with two decimals; compare-at appears struck through when it is higher than the current price
  • SKU — When set
  • Feature chips — Examples include variant count (when more than one variant exists in data), tier count when quantity tiers are enabled, bundle discount percentage, or Subscribe & Save when subscription mode is enabled

Actions​

  • Edit — Opens the full-screen product editor for that ID (/products/{id} in the app).
  • Delete — Asks for confirmation, then removes the catalog document. Pages that still reference the ID may show a product not found state in the builder until you pick a replacement.

Create a new product​

Use Add New Product in the header (or the same call-to-action in the empty state). You land on the new editor with defaults ready to customize.

Frequently asked questions​

Does deleting a product remove it from published pages?

The page JSON can still reference the old ID. Visitors may see an error or placeholder until you swap the Product block to another catalog entry or republish after fixing the page.

Why does my bundle not appear for another teammate?

Products are owner-scoped today. Confirm you are in the same workspace account and project filter as the person who created the bundle.