Data model description
The products can be grouped into collections by the creation of a products collection object. You can retrieve a product collection and a list of products in the collection. Product collections are identified by a unique ID.
Attributes | Description | Example |
---|---|---|
name | Defines the name of the product collection. |
|
id | System generated id for the product collection |
|
type | Defines a static (STATIC) versus a dynamic (AUTO_UPDATE) collection. |
|
object | String representing the object’s type. Objects of the same type share the same value. Value is |
|
created_at | Date and timestamp when the product collection object is created. |
|
filter | For dynamic collection only. Defines the boundary conditions for grouping products into the collection. Required to create a dynamic collection. |
|
products | For static collection only. Defines the list of products in the static collection. Required to create static collection. |
|