create_catalog_item
Add new service catalog items to ServiceNow with required details like name, description, category, pricing, and delivery time.
Instructions
Create a new service catalog item (requires WRITE_ENABLED=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Catalog item display name | |
| short_description | Yes | One-line summary shown in search results | |
| description | No | Full HTML description of the item | |
| category | No | sys_id of the catalog category (sc_category) | |
| price | No | Price (e.g. "0", "99.99") | |
| delivery_time | No | Estimated delivery time ISO 8601 duration (e.g. "1 08:00:00" for 1 day 8 hours) | |
| active | No | Make the item available in the catalog (default: true) | |
| roles | No | Comma-separated roles that can see the item |