| Name | Type | Description | Notes |
|---|---|---|---|
| title | str | The display name for the blueprint. | [optional] |
| description | str | A longer, more detailed description of the blueprint. | [optional] |
| category | str | 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] |
| cart_item_filters | 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] |