get_customer_details
Get full customer profile using exact customer ID, returning contact info, company, signup date, status, and order summary.
Instructions
Get the full profile for a single customer by their exact customer ID (e.g. 'CUST-0007'). Returns name, contact info, company, signup date, status, and order summary. If you only have a name or email, use search_customers first to find the customer ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | The exact customer ID, e.g. 'CUST-0007'. |