Get Product
get_productRetrieve a product or service by its ID to access its complete details.
Instructions
Get a single product/service by its ID. / Obtiene un producto/servicio por su ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Product ID / ID del producto |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| taxRate | No | ||
| createdAt | No | ||
| unitPrice | Yes | ||
| updatedAt | No | ||
| description | No |