get_catalog_items
Retrieve items from a Klaviyo catalog with optional filters and pagination to manage large result sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| catalog_id | Yes | The ID of the catalog | |
| filter | No | Filter criteria in the format 'field:operator:value' | |
| page_size | No | Number of results per page | |
| page_cursor | No | Cursor for pagination |