Wave: Get Customer
wave_get_customerRetrieve a customer's complete details, including address and shipping, by supplying their Wave customer ID.
Instructions
Get one customer by ID, including address and shipping details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| 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 |