> ## Documentation Index
> Fetch the complete documentation index at: https://docs.marzipan.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Create and manage the products in your catalogue

Products are the items you sell in your Marzipan store. This section covers the products list and every setting on the product form.

To view your products:

1. Log in to your Marzipan account
2. Click on **Products** in the main navigation menu
3. The list shows all your products, newest first

## Product types

You choose a type when you create a product. The type can't be changed afterwards.

* **Physical** - a tangible product you ship, for example a single item
* **Bundle** - a grouping of physical products, for example a gift set or multi-pack

<Note>
  Subscriptions and events aren't product types. Create them in their own areas: [Subscriptions](/subscriptions/overview) and [Events](/events/overview).
</Note>

## Products list

<Frame>
  <img src="https://marzipan-cloud.b-cdn.net/0/docs/products/products-list.png" alt="Products list" />
</Frame>

The products list gives you an overview of your catalogue. You can:

* Switch between **grid** and **list** views using the toggle
* Open **Product insights** to review how your products are performing
* **Search** for a product by name
* **Filter** by Status (Active, Draft, Out of Stock, Archived) and Type (Physical, Bundle)
* **Sort** by Name, Price, SKU, or Created

### Statuses

Products can have the following statuses: `active`, `draft`, `out of stock`, `archived`, and `unavailable`.

## Actions

* **Duplicate product** - create a copy of a product to use as a starting point
* When [location-based inventory](/settings/inventory) is on, you can also **manage inventory** and **view history** for a product

## In this section

<CardGroup cols={2}>
  <Card title="Create a product" icon="plus" href="/products/create">
    Add a product, set its details, market visibility, images, and bottle labels.
  </Card>

  <Card title="Pricing" icon="tag" href="/products/pricing">
    Standard, sale, subscriber, and wholesale prices, plus per-market pricing.
  </Card>

  <Card title="Inventory" icon="boxes-stacked" href="/products/inventory">
    Stock quantities, purchase limits, overselling, and low-stock badges.
  </Card>

  <Card title="Bundles & options" icon="layer-group" href="/products/bundles-and-options">
    Bundle items, options, upsell and related products, and tier exclusivity.
  </Card>

  <Card title="Reviews & awards" icon="award" href="/products/reviews-and-awards">
    Add awards and reviews, and set the product's SEO fields.
  </Card>

  <Card title="Attributes" icon="tags" href="/attributes/overview">
    Describe your products with values such as Size, Colour, or Material.
  </Card>
</CardGroup>
