Wave: Get Customer
wave_get_customerRetrieve a customer's complete record, including address and shipping information, by providing 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. 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 |