Wave: Get Product
wave_get_productFetch a product by ID to access its accounts and default sales taxes, providing complete product details for accounting and bookkeeping.
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: the base64 id from wave_list_businesses (a bare business UUID is also accepted). Defaults to the business set by wave_set_default_business. When calls may be minutes apart, pass it on every call. | |
| response_format | No | Output format: "markdown" for a compact human-readable summary, "json" for the complete record. | markdown |