update_catalog_item
Update an existing catalog item's details (title, description, price, URL, image URL, custom metadata) in Klaviyo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| catalog_id | Yes | The ID of the catalog | |
| item_id | Yes | The ID of the item to update | |
| title | No | Title of the item | |
| description | No | Description of the item | |
| price | No | Price of the item | |
| url | No | URL for the item | |
| image_url | No | Image URL for the item | |
| custom_metadata | No | Custom metadata for the item |