Collects
Maps products to custom collections, supporting queries and deletion of product-collection relationships.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | Long | True |
A unique numeric identifier for the collect record, which links a product to a collection. | |
| CollectionId | Long | False |
The unique numeric identifier of the collection associated with this collect. | |
| ProductId | Long | False |
The unique numeric identifier of the product associated with this collect. | |
| Position | Int | True |
The position of the product within a manually sorted custom collection. The first position is 1. This field applies only when the collection uses manual sorting. | |
| SortValue | String | True |
An alphanumeric representation of the position value, padded with leading zeroes to support proper string-based sorting. | |
| CreatedAt | Datetime | True |
The date and time when the collect record was created. | |
| UpdatedAt | Datetime | True |
The date and time when the collect record was last updated. |