Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 966 Bytes

File metadata and controls

14 lines (10 loc) · 966 Bytes

UpdateBlueprint

Properties

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]

[Back to Model list] [Back to API list] [Back to README]