Get customer
get_customerRetrieve a customer record by their unique ID from the Yandex KIT e-commerce API. Set redact to true to replace personal data with placeholders when only aggregated or non-personal information is needed.
Instructions
Get a single customer by their ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Customer ID (UUID). | |
| redact | No | Use redact:true when the task does not need personal data (e.g. counting or aggregating orders) — personal fields (name, phone, email, delivery address and its parts, notes) are replaced with "[redacted]". Applies to the response only; request bodies are never redacted. Default false. |