Create Product
create_productAdd a product or service to the catalog with name and unit price for use in invoices and quotes.
Instructions
Create a new product or service in the catalog. Requires a name and unit price. Products can be referenced when creating invoices and quotes for faster data entry. Example: name='Web Design', unitPrice=1500, taxRate=21, description='Full website redesign' / Crea un nuevo producto o servicio en el catalogo. Requiere nombre y precio unitario. Los productos se pueden usar al crear facturas y presupuestos para entrada rapida de datos.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Product/service name / Nombre del producto o servicio | |
| taxRate | No | Default tax rate % (e.g. 21 for 21% IVA) / IVA por defecto | |
| unitPrice | Yes | Unit price in EUR / Precio unitario en EUR | |
| description | No | Product description / Descripcion |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| taxRate | No | ||
| createdAt | No | ||
| unitPrice | Yes | ||
| updatedAt | No | ||
| description | No |