Items
Create, update, and manage CMS collection items using the Items tools. Items are the actual content entries in your collections.
List items
List items in a CMS collection with optional filtering and sorting.
Tool: collections_items_list_items
Unique identifier for the collection
Unique identifier for the locale
Maximum number of records to return (max: 100)
Offset for pagination
Filter by item name
Filter by item slug
Field to sort by
Sort order (asc/desc)
Returns A list of items in the collection.
Create item (draft)
Create new items in a CMS collection as drafts.
Tool: collections_items_create_item
Unique identifier for the collection
Item creation request with field values
Returns: Created item object with ID
This tool does not create localized items
This tool does not create localized items.
Create item (live)
Create and publish new items in a CMS collection directly to the live site.
Tool: collections_items_create_item_live
Unique identifier for the collection
Item creation request with field values
Returns: Created and published item object
Items created with this tool are immediately published to the live site.
Update items (draft)
Update existing items in a CMS collection as drafts.
Tool: collections_items_update_items
Unique identifier for the collection
Item update request with item IDs and field updates
Returns: Updated item objects
Update items (live)
Update and publish existing items in a CMS collection directly to the live site.
Tool: collections_items_update_items_live
Unique identifier for the collection
Item update request with item IDs and field updates
Returns: Updated and published item objects
Publish items
Publish draft items in a CMS collection to make them live.
Tool: collections_items_publish_items
Unique identifier for the collection
Array of item IDs to be published
Returns: Publishing confirmation
Delete item
Delete an item in a CMS collection. Items will only be deleted in the primary locale unless a cmsLocaleId is included in the request.
Tool: collections_items_delete_item
Unique identifier for the collection
Item ID to be deleted
Unique identifier for the locale
Returns: Deletion confirmation