Get a customer
swell_get_customerFetch a single customer (Swell accounts model) by id. Supports expand and fields. Swell backend REST API: GET /accounts/{id}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Customer (account) id. | |
| expand | No | Comma-separated related fields to expand, e.g. "orders,subscriptions". | |
| fields | No | Comma-separated fields to return. |