Create Product
sf_create_productCreate Product2 records in Salesforce to represent items or services for opportunities and quotes. Use with price book creation to set pricing.
Instructions
Creates a Salesforce Product2 record. Products represent items or services that can be added to Opportunities and Quotes via Opportunity Line Items. Use with sf_create_price_book to set pricing.
name: product name productCode: optional SKU or product code description: optional description isActive: whether the product is available for use (default: true) family: product family/category, e.g. 'Hardware' quantityUnitOfMeasure: unit of measure, e.g. 'Each', 'Hour'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Product name | |
| family | No | Product family, e.g. 'Hardware' | |
| isActive | No | Whether the product is active | |
| description | No | Product description | |
| productCode | No | Product code / SKU | |
| quantityUnitOfMeasure | No | Unit of measure, e.g. 'Each' |