Карточка клиента
get_customerFetch a complete customer profile including contacts, addresses, tags, notes, and 10 recent orders with totals by providing a numeric ID or gid. Returns null if the customer is not found.
Instructions
Возвращает одного клиента целиком: контакты, адреса, заметку, теги и его 10 последних заказов с суммами. Принимает числовой id или gid://shopify/Customer/; клиент по email ищется через list_customers с query "email:...". Несуществующий клиент — это data: null, а не ошибка.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Id клиента: число или gid://shopify/Customer/<id>. |