> ## 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.

# Creating a product

> Add a product to your catalogue and set its details, images, and bottle labels

To create a product, go to **Products** in the main navigation menu, click **Add product**, and choose a type. To edit an existing product, click it in the list. Both open the same form.

<Note>
  The product **type** (**Physical** or **Bundle**) is set at creation and can't be changed afterwards. See [Overview](/products/overview) for what each type is used for.
</Note>

<Steps titleSize="p">
  <Step title="Add the product details">
    * **Name** — the product name shown to customers
    * **Slug** — the URL-friendly version of the name, generated automatically and editable
    * **Type** — Physical or Bundle (set at creation, can't be changed)
    * **Summary** — a short rich-text introduction
    * **Description** — the full rich-text product description
    * **SKU** — your stock-keeping reference
    * **Barcode / GTIN** — accepts an EAN-13, UPC-A, EAN-8, or ITF-14 code, validated live as you type
    * **Collections** — the [collections](/collections/overview) this product belongs to
    * **Availability** — who can buy the product: **Everyone** or **Subscribers only**
    * **Status** — the product's current status
  </Step>

  <Step title="Choose where it's visible">
    For multi-market stores, **Market visibility** controls which markets show the product.

    <Tip>
      If you don't select any markets, the product is visible everywhere.
    </Tip>
  </Step>

  <Step title="Add images and bottle labels">
    <Frame>
      <img src="https://marzipan-cloud.b-cdn.net/0/docs/products/product-images.png" alt="Product images and bottle labels" />
    </Frame>

    * **Images** — add multiple product images and drag to reorder them. The first image is used as the main image.
    * **Bottle labels** — add front and back label images for the product.
  </Step>

  <Step title="Describe the product with attributes">
    Assign [attribute](/attributes/overview) values, such as Region, Grape Variety, or Vintage, to describe the product.
  </Step>

  <Step title="Set the SEO details">
    The **SEO** section controls how the product appears in search results and when its page is shared.

    * **Meta title** — the title shown in search results
    * **Meta description** — the description shown in search results
    * **Share image** — the Open Graph image used when the product is shared
  </Step>

  <Step title="Set the rest of the product up">
    The remaining sections of the form are covered on their own pages:

    * [Pricing](/products/pricing)
    * [Inventory](/products/inventory)
    * [Bundles and options](/products/bundles-and-options)
    * [Reviews and awards](/products/reviews-and-awards)
  </Step>
</Steps>

<Tip>
  Already selling something similar? Use **Duplicate product** from the products list to create a copy as a starting point.
</Tip>
