Products live under Products in the admin. The list shows every product's title, status, price (or price range, once a product has more than one variant), and when it was last updated.

Creating a product#

Click New product and fill in:

  • Title — shown to customers. Typing a title auto-fills the Slug (the URL segment customers see, e.g. /products/zephyr-stunt-kite) — edit the slug by hand if you want something different, and it stops following the title once you do.
  • Description — plain text, shown on the product page.
  • Statusdraft, active, or archived. Only active products are visible on your storefront.
  • Price (USD) and Inventory qty — set on the product's one variant (see Variants below).

Saving creates the product with a single default variant carrying that price and inventory. There are no images yet — add those from the product's edit page after it's created.

Editing a product#

Open a product from the list to change any of the fields above, upload images, or delete the product entirely. Edits to price or inventory apply to the product's variant immediately; there's no separate "publish" step beyond setting Status to active.

Archiving a product#

Archiving is a status change, not a separate action: open the product, set Status to Archived, and save. Archived products drop off the active storefront but aren't deleted — you can flip them back to active later. Use the Delete button on the product page only when you mean it permanently — that removes the product and its images, and can't be undone.

Images#

From a product's edit page, use Upload image to add photos. Images are stored per-tenant and shown in the order you add them; the first image is what customers see first on the product grid and product page.

Variants#

Every product starts with exactly one variant — the price and inventory you set when creating it. If your storefront theme shows a variant picker (for products with size or color options, for example), that's rendering variants your product actually has in the underlying catalog; the admin's product form in this release only creates and edits that single default variant. Multi-variant creation from the admin UI is on the roadmap — for now, products with multiple variants come from data set up outside the standard product form.

What's next#

  • Themes — how your product grid and product pages are actually rendered.
  • Plugins — plugins like search and related products key off the products you create here.