| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | The internal ID of this blueprint. | |
| accountId | Long | The ID of the account that owns this blueprint. | |
| applicationId | Long | The ID of the Application that owns this blueprint. | |
| title | String | A short description of the blueprint. | |
| description | String | A longer, more detailed description of the blueprint. | [optional] |
| category | CategoryEnum | Category used to group blueprints. | |
| source | SourceEnum | Indicates whether the blueprint is custom or shipped by Talon.One. | |
| rules | List<CatalogRule> | Array of rule templates in this blueprint. Rules only contain title (no description, as description is at the blueprint level). | |
| cartItemFilters | List<CartItemFilterTemplate> | Array of cart item filter templates in this blueprint. Cart item filters only contain name (no description, as description is at the blueprint level). | |
| created | OffsetDateTime | Timestamp when the blueprint was created. | |
| createdBy | Long | ID of the user who created the blueprint. | |
| modified | OffsetDateTime | Timestamp when the blueprint was last updated. | [optional] |
| modifiedBy | Long | ID of the user who last updated the blueprint. | [optional] |
| Name | Value |
|---|---|
| PROMOTIONS | "promotions" |
| PRICING | "pricing" |
| LOYALTY | "loyalty" |
| CUSTOM | "custom" |
| Name | Value |
|---|---|
| CUSTOM | "custom" |
| DEFAULT | "default" |