# Collections

A collection represents a broad logical grouping of products.

Examples of collections could be:

* Winter Collection
* Premium Collection

### Portal View

#### View Collections

Assess the **Collection** screen in the console via the console navigation bar.

<div align="left"><img src="https://3079805559-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LZA-vUHasjE__5Y0ghc%2F-M3pD5lRq42ikh_Z9Rsm%2F-M3pFCc-HIspEyhzFJHx%2Fimage.png?alt=media&#x26;token=60a92bb8-c6ae-4f7a-abd3-7db419d49ba1" alt=""></div>

#### Add New Collection

Click **Add New** to create a new collection

![](https://3079805559-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LZA-vUHasjE__5Y0ghc%2F-M3pD5lRq42ikh_Z9Rsm%2F-M3pF68PdFXfMg0NkMYN%2Fimage.png?alt=media\&token=d7584fe1-feed-4344-aad5-b3ec7bc5c828)

Specified a Name and Description for the collection.

Click **Submit** to create the new collection.

![](https://3079805559-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LZA-vUHasjE__5Y0ghc%2F-M3pD5lRq42ikh_Z9Rsm%2F-M3pFi5xchck9J_wKqEG%2Fimage.png?alt=media\&token=dc2b0425-02a7-4ddd-9469-eb22de5f3c65)

#### Edit Collection

Additional **Collection Details** can be specified including:

<div align="left"><img src="https://3079805559-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LZA-vUHasjE__5Y0ghc%2F-M3pD5lRq42ikh_Z9Rsm%2F-M3pGHFykj81IQEH77c9%2Fimage.png?alt=media&#x26;token=634c8f92-46ab-49e0-912a-d71b5ea3d4f2" alt=""></div>

Click **Save** to commit your modifications.

### Collection Properties

{% tabs %}
{% tab title="Attributes" %}

| Element      | Description                            |
| ------------ | -------------------------------------- |
| collectionId | Internal Identifier for the collection |
| name         | Name of the collection                 |
| slug         | A Url slug to accese the collection    |
| description  | A Description for the collection       |
| attributes   | One or more key/value pairs            |
| {% endtab %} |                                        |

{% tab title="Sample Object" %}

```
{
  "collectionId": "string",
  "version": "string",
  "name": "string",
  "slug": "string",
  "description": "string",
  "names": {
    "additionalProp1": "string",
    "additionalProp2": "string",
    "additionalProp3": "string"
  },
  "descriptions": {
    "additionalProp1": "string",
    "additionalProp2": "string",
    "additionalProp3": "string"
  },
  "isActive": true,
  "totalItems": 0,
  "attributes": {}
}
```

{% endtab %}
{% endtabs %}
