create_product
Define products and services with pricing details to streamline invoice and quote creation in business management workflows.
Instructions
Create a new product or service. Requires a name and unit price. Products can be referenced when creating invoices and quotes for faster data entry. / Crea un nuevo producto o servicio. Requiere nombre y precio unitario. Los productos se pueden usar al crear facturas y presupuestos.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Product/service name / Nombre del producto o servicio | |
| unitPrice | Yes | Unit price in EUR / Precio unitario en EUR | |
| description | No | Product description / Descripcion | |
| unit | No | Unit of measurement (e.g. 'hour', 'unit', 'kg') / Unidad de medida | |
| taxRate | No | Default tax rate % (e.g. 21 for 21% IVA) / IVA por defecto | |
| sku | No | SKU / Reference code / Codigo de referencia |