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

# Manage Product Collections in Commert Admin

In this guide, you’ll learn how to create and manage product collections.

## Product Collections to Organize Products

A product collection is a group of products that share a common theme or purpose. For example, a summer collection can include products like swimsuits, sunglasses, and beach towels. Collections help customers find products that are relevant to them and make it easier to browse your store.

A product can be in a single collection. You can learn how to set the collection of a product in [this guide](/products/edit#manage-product-organization).

### Product Collections List

To view all product collections, go to the Products → Collections page. From here, you can see a list, filter, and search through all collections.

<img src="https://mintcdn.com/commert/fTqvDYhEvtcSjxhN/images/user-guide/products/collections/Screenshot_2025-02-18_at_11.45.27_AM_ca1kie.png?fit=max&auto=format&n=fTqvDYhEvtcSjxhN&q=85&s=5a1c066e00a94a8c6cbc07f6bfadd9a9" alt="Product Collections List" width="2870" height="1614" data-path="images/user-guide/products/collections/Screenshot_2025-02-18_at_11.45.27_AM_ca1kie.png" />

***

## Create Product Collection

To create a collection:

1. Go to the Products → Collections page.
2. Click on the Create button at the top right.
3. In the form that opens:
   1. Enter the collection's name in the Title field.
   2. The value of the Handle field is used in the collection's URL on the storefront. It allows you to create a human-readable URL for the collection. The handle must be unique across all collections, and it must contain lowercase letters, numbers, and hyphens (`-`). If not specified, Commert will generate a handle from the title.
4. Once done, click the Create button.

<img src="https://mintcdn.com/commert/fTqvDYhEvtcSjxhN/images/user-guide/products/collections/Screenshot_2025-02-18_at_11.50.24_AM_mqznbe.png?fit=max&auto=format&n=fTqvDYhEvtcSjxhN&q=85&s=6d45c4e2ddb3fe6c98ccd5565f0319c8" alt="Create Collection Form" width="1520" height="855" data-path="images/user-guide/products/collections/Screenshot_2025-02-18_at_11.50.24_AM_mqznbe.png" />

***

## View Product Collection's Details

To view a collection's details:

1. Go to the Products → Collections page.
2. From the list, choose the collection you want to view.

<img src="https://mintcdn.com/commert/fTqvDYhEvtcSjxhN/images/user-guide/products/collections/Screenshot_2025-02-18_at_12.13.43_PM_xaicy4.png?fit=max&auto=format&n=fTqvDYhEvtcSjxhN&q=85&s=0949d536002314ff3f2f5b8d5c99d999" alt="Collection details page" width="3000" height="1688" data-path="images/user-guide/products/collections/Screenshot_2025-02-18_at_12.13.43_PM_xaicy4.png" />

***

## Edit Product Collection

To edit a collection:

1. Go to the collection's details page.
2. Click on the <Icon icon={"ellipsis"} size={12} /> icon at the top right of the first section.
3. Choose Edit from the dropdown.
4. In the side window that opens, you can edit the collection's title and handle.
5. Once done, click the Save button.

<img src="https://mintcdn.com/commert/fTqvDYhEvtcSjxhN/images/user-guide/products/collections/Screenshot_2025-02-18_at_12.15.46_PM_mze7zv.png?fit=max&auto=format&n=fTqvDYhEvtcSjxhN&q=85&s=578eab1d46617df835de61e93cd56877" alt="Edit collection form" width="1140" height="641" data-path="images/user-guide/products/collections/Screenshot_2025-02-18_at_12.15.46_PM_mze7zv.png" />

***

## Edit Product Collection Metadata

Metadata is custom data that can be associated with the product collection in key-value pairs. This is usually used by developers for custom integrations or to store additional information about the product collection.

To edit the product collection's metadata:

1. Go to the product collection's details page.
2. Click the <Icon icon={"up-right-from-square"} size={12} /> icon at the right of the "Metadata" section.
3. In the side window that opens:
   * Manage the key-value pairs in the table.
   * To add a new row of key-value pairs before or after a row:
     * Hover over the row and click the <Icon icon={"ellipsis-vertical"} size={12} /> icon at its right.
     * Choose "Insert row above" or "Insert row below" from the dropdown.
   * To delete a row of key-value pairs:
     * Hover over the row and click the <Icon icon={"ellipsis-vertical"} size={12} /> icon at its right.
     * Choose "Delete row" from the dropdown.
4. Once you're done, click the Save button.

***

## Manage Collection’s Products

From the product collection's details page, you can manage the products in the collection.

### Add Products to a Collection

To add products to a collection:

1. Go to the collection's details page.
2. In the Products section, click on the <Icon icon={"ellipsis"} size={12} /> icon at the top right.
3. Choose Add from the dropdown.
4. From the list of products, check the products you want to add to the collection.
5. Once done, click on the Save button.

<img src="https://mintcdn.com/commert/fTqvDYhEvtcSjxhN/images/user-guide/products/collections/Screenshot_2025-02-18_at_12.18.55_PM_q6lgsk.png?fit=max&auto=format&n=fTqvDYhEvtcSjxhN&q=85&s=2f49e7fa93d5db9aa42c95a737a6e342" alt="Add products to collection form" width="2874" height="1617" data-path="images/user-guide/products/collections/Screenshot_2025-02-18_at_12.18.55_PM_q6lgsk.png" />

### Remove a Product from a Collection

To remove a product from a collection:

1. Go to the collection's details page.
2. In the Products section, find the product you want to remove from the collection.
3. Click the <Icon icon={"ellipsis"} size={12} /> icon at the right of the product.
4. Choose Remove from the dropdown.
5. Confirm removing the product by clicking the “Remove" button in the pop-up.

***

## Delete a Collection

<Note type="warning">
  Deleting a collection is irreversible.
</Note>

To delete a collection:

1. Go to the collection's details page.
2. Click on the <Icon icon={"ellipsis"} size={12} /> icon at the top right of the first section.
3. Choose Delete from the dropdown.
4. Confirm deleting the collection by clicking the “Confirm" button in the pop-up.
