create_catalog_item
Creates a new catalog item in Klaviyo with specified details such as title, price, URL, and custom metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| catalog_id | Yes | The ID of the catalog | |
| external_id | Yes | External ID for the item | |
| title | Yes | 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 |