update_catalog_item
Modify an existing catalog item's core fields—name, description, category, price, active, order—by providing its sys_id.
Instructions
Update an existing catalog item's core fields (name, description, category, price, active, order).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| order | No | ||
| price | No | ||
| active | No | ||
| item_id | Yes | Catalog item sys_id | |
| category | No | Category title or sys_id | |
| description | No | ||
| short_description | No |