sf_search_products
Search Salesforce product catalog by name or product code to retrieve product details, including SKU, family, description, and active status.
Instructions
[INSTRUCTIONS] Queries Product2 sObjects via SOSL. Returns product name, product code (SKU), product family, description, and whether the product is active. Products define what can be sold — they are linked to price books for pricing. Use when the user asks about product catalog, wants to find a specific product, or needs product IDs for orders.
Search the Salesforce product catalog by name or product code to find items with family, description, and active status. [READ-ONLY]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Product name or product code | |
| limit | No | Maximum results (default: 20) |