Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.19 KB

File metadata and controls

27 lines (16 loc) · 1.19 KB

NewCollectionsCatalog

Properties

Name Type Description Notes
title String The display name for the collection catalog.
description String A longer, more detailed description of the collection catalog. [optional]
category CategoryEnum Category used to group collection catalogs. [optional]
rules List<CatalogRule> Array of rules to store in this collection catalog. Rules should only contain title (no description, as description is at the collection catalog level). At least one rule or cart item filter is required. [optional]
cartItemFilters List<CartItemFilterTemplate> Array of cart item filters to store in this collection catalog. If not provided, will be extracted from the rules. Cart item filters should only contain name (no description, as description is at the collection catalog level). [optional]

Enum: CategoryEnum

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