CollectionListings
Provides visibility into collections published to the storefront, allowing retrieval or deletion of listings.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | Long | False |
The unique numeric identifier of the collection that this listing belongs to. | |
| Title | String | True |
The title of the collection listing as displayed in the store or admin. | |
| BodyHtml | String | True |
The HTML-formatted description of the collection listing. | |
| DefaultProductImage | String | True |
The default product image associated with this collection listing. | |
| ImageCreatedAt | String | True |
The date and time when the image for this collection listing was created. | |
| ImageSource | String | True |
The source URL of the image associated with this collection listing. | |
| Handle | String | True |
A unique, human-friendly string used to reference this collection listing in URLs. | |
| UpdatedAt | Datetime | True |
The date and time when the collection listing was last updated. | |
| PublishedAt | Datetime | True |
The date and time when the collection listing was published or made visible. |