sf_update_product
Update a Salesforce product's name, description, active status, product code, or family. Only specified fields are changed.
Instructions
[INSTRUCTIONS] Patches a Product2 sObject. Common operations: set IsActive to false to discontinue a product, change Family to reclassify, update Description, or rename. Only specified fields change.
Update a product in the Salesforce catalog — change name, description, active status, product code, or family. [DESTRUCTIVE]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Product ID (18-char Salesforce ID) | |
| Name | No | New name | |
| Description | No | New description | |
| IsActive | No | Active/inactive status | |
| Family | No | Product family |