Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1 KB

File metadata and controls

27 lines (16 loc) · 1 KB

UpdateBlueprint

Properties

Name Type Description Notes
title String The display name for the blueprint. [optional]
description String A longer, more detailed description of the blueprint. [optional]
category CategoryEnum Category used to group blueprints. [optional]
rules List<CatalogRule> Replaces the stored rules. Rules should only contain title (no description, as description is at the blueprint 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 blueprint level). [optional]

Enum: CategoryEnum

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