qbo_get_customer
Retrieve a customer's complete record from QuickBooks Online using the customer ID. Returns the customer data or null if not found.
Instructions
Fetch the full record for a single customer.
Args: customer_id: QBO Customer.Id (string-encoded integer per Intuit's API).
Returns:
JSON envelope. data is the customer record, or null on 404.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |