Get Product
get_productRead-onlyIdempotent
Retrieve product details by providing its unique ID.
Instructions
Get a single product/service by its ID. / Obtiene un producto/servicio por su ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Product ID / ID del producto |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| taxRate | No | ||
| createdAt | No | ||
| unitPrice | Yes | ||
| updatedAt | No | ||
| description | No |