| Name | Type | Description | Notes |
|---|---|---|---|
| title | String | The display name for the collection catalog. | [optional] |
| description | String | A longer, more detailed description of the collection catalog. | [optional] |
| category | CategoryEnum | Category used to group collection catalogs. | [optional] |
| rules | List<CatalogRule> | Replaces the stored rules. Rules should only contain title (no description, as description is at the collection catalog level). | [optional] |
| cartItemFilters | List<CartItemFilterTemplate> | Replaces the stored cart item filters. Cart item filters should only contain name (no description, as description is at the collection catalog level). | [optional] |
| Name | Value |
|---|---|
| PROMOTIONS | "promotions" |
| PRICING | "pricing" |
| LOYALTY | "loyalty" |
| CUSTOM | "custom" |