Wave: Get Product
wave_get_productRetrieve a product by ID to view its associated accounts and default sales taxes, providing the complete record needed for accounting review.
Instructions
Get one product by ID, including its accounts and default sales taxes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes | The Wave product ID. | |
| business_id | No | Business to operate on. Defaults to the session business set by wave_set_default_business. | |
| response_format | No | Output format: "markdown" for a compact human-readable summary, "json" for the complete record. | markdown |