Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.12 KB

File metadata and controls

27 lines (16 loc) · 1.12 KB

NewBlueprint

Properties

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