clone_catalog_item
Clone an existing ServiceNow catalog item with all its fields and variables to create a deploy-ready copy, allowing field overrides for customization.
Instructions
Clone an existing Service Catalog item — fetches live data from ServiceNow and returns a deploy-ready copy.
Copies:
Catalog item fields (name, description, category, price, workflow, etc.)
All variables (name, type, mandatory, default, order)
You can override any field via modifications.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Source catalog item name or sys_id | |
| new_name | Yes | Name for the cloned item | |
| modifications | No | Fields to override in the clone |