get_customer
Retrieve complete customer information including billing and shipping addresses, order counts, and total spent. Use the fields parameter to request only the needed data.
Instructions
Get full customer details including billing and shipping addresses, order history stats. Use fields param to request only needed fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Customer ID | |
| fields | No | Comma-separated fields to return (default: id,email,first_name,last_name,username,billing,orders_count,total_spent,shipping) |