Get customer
get_customerRetrieves a single QuickBooks customer by ID, returning contact details, billing address, open balance, and SyncToken. Use it to inspect customer data or get the SyncToken required for updates and deletions. Read-only.
Instructions
Read one customer by QuickBooks Id, including contact details, billing address, open balance, and the current SyncToken. Use it to inspect a customer, and to obtain the SyncToken that update_customer and delete_customer require. Read-only: nothing in the company file changes. The Id must already exist; an unknown Id returns ok=false with status 404, so resolve names through search_customers or list_customers first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | QuickBooks Customer Id, as returned by search_customers, list_customers, or create_customer. This is the numeric Id string, not the display name. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| customer | No |