Use this skill when searching for products in the Salesbuildr catalog, looking up pricing, or browsing by category. Products are items that can be added to quotes as line items.
The product catalog in Salesbuildr contains items that can be added to quotes. Products include hardware, software licenses, services, and any other billable items.
GET /products?search=<term>&category_id=<id>&from=0&size=25
Parameters:
search - Search by product namecategory_id - Filter by categoryfrom - Pagination offsetsize - Results per page (max 100)GET /products/{id}
Returns full product details including pricing, description, and category.
| Field | Description |
|---|---|
| id | Unique product identifier |
| name | Product display name |
| description | Product description |
| price | Default unit price |
| category | Product category |
| sku | Stock keeping unit |
GET /products?search=firewallGET /products?category_id=5