Wave: Get Customer
wave_get_customerRetrieves a customer's full record by ID, covering address and shipping details. Use to access specific customer information for account queries.
Instructions
Get one customer by ID, including address and shipping details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| business_id | No | Business to operate on. Defaults to the session business set by wave_set_default_business. | |
| customer_id | Yes | The Wave customer ID. | |
| response_format | No | Output format: "markdown" for a compact human-readable summary, "json" for the complete record. | markdown |