Simple Store
Search…
What is Simple Store?
Getting Started
Portal
Creating Your First Product
QuickBuy
Concepts
Assets
Cart
Categories
Configuration
Collections
Customers
Inventory
Orders
Payments
Pricing
Product
Rewards
Shipping
Specials
API
Front End Client APIs
Backend APIs
Pagination
Swagger References
Powered By
GitBook
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.
​
Add New Collection
Click
Add New
to create a new collection
Specified a Name and Description for the collection.
Click
Submit
to create the new collection.
​
Edit Collection
Additional
Collection Details
can be specified including:
Click
Save
to commit your modifications.
Collection Properties
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
1
{
2
"collectionId": "string",
3
"version": "string",
4
"name": "string",
5
"slug": "string",
6
"description": "string",
7
"names": {
8
"additionalProp1": "string",
9
"additionalProp2": "string",
10
"additionalProp3": "string"
11
},
12
"descriptions": {
13
"additionalProp1": "string",
14
"additionalProp2": "string",
15
"additionalProp3": "string"
16
},
17
"isActive": true,
18
"totalItems": 0,
19
"attributes": {}
20
}
Copied!
​
Concepts - Previous
Configuration
Next - Concepts
Customers
Last modified
2yr ago
Copy link
Contents
Portal View
Collection Properties