swap_card_project_variation
Swap customizations on a project to different variations like paper type, color, or size. Provide a map of customization UUIDs to new variation UUIDs.
Instructions
Swap one or more customizations on a project to different variations (e.g. switch paper type, color, or size). Pass a map of customization UUID → new variation UUID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_uuid | Yes | Project UUID from list_card_projects | |
| customizations | Yes | { customization_uuid: new_variation_uuid } |