List Customer Field Values
gorgias_list_customer_field_valuesFetch all custom field values assigned to a customer. Returns field definitions with current values.
Instructions
GET /api/customers/{customer_id}/custom-fields — List all custom field values set for a customer. Returns an array of field definitions with their current values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | The ID of the customer whose custom field values are to be listed. |