Collections
A collection represents a broad logical grouping of products.
Examples of collections could be:
- Winter Collection
- Premium Collection
Assess the Collection screen in the console via the console navigation bar.

Click Add New to create a new collection

Specified a Name and Description for the collection.
Click Submit to create the new collection.

Additional Collection Details can be specified including:

Click Save to commit your modifications.
Attributes
Sample Object
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 |
{
"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": {}
}
Last modified 2yr ago