get_customer
Fetch a single customer by ID, returning their address list and order count, to access complete customer information at a glance.
Instructions
Get a single customer by ID, including their address list and order count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | Customer ID (numeric). Required. |