Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.86 KB

File metadata and controls

44 lines (29 loc) · 1.86 KB

CollectionsCatalog

Properties

Name Type Description Notes
id Long The internal ID of this collection.
accountId Long The ID of the account that owns this collection.
applicationId Long The ID of the Application that owns this collection.
title String A short description of the collection catalog.
description String A longer, more detailed description of the collection catalog. [optional]
category CategoryEnum Category used to group collection catalogs.
source SourceEnum Indicates whether the collection is custom or shipped by Talon.One.
rules List<CatalogRule> Array of rule templates in this collection catalog. Rules only contain title (no description, as description is at the collection catalog level).
cartItemFilters List<CartItemFilterTemplate> Array of cart item filter templates in this collection catalog. Cart item filters only contain name (no description, as description is at the collection catalog level).
created OffsetDateTime Timestamp when the collection was created.
createdBy Long ID of the user who created the collection.
modified OffsetDateTime Timestamp when the collection was last updated. [optional]
modifiedBy Long ID of the user who last updated the collection. [optional]

Enum: CategoryEnum

Name Value
PROMOTIONS "promotions"
PRICING "pricing"
LOYALTY "loyalty"
CUSTOM "custom"

Enum: SourceEnum

Name Value
CUSTOM "custom"
DEFAULT "default"