getCustomer
Retrieve detailed customer information including name, contact, address, points balance, and membership rank by providing a unique customer ID. Use this action to view full details of a specific customer from your store.
Instructions
指定した顧客IDの顧客 1 件を取得します。会員・非会員(ゲスト購入のみ)を問わず、customer_id で一意に識別された顧客の氏名・連絡先・住所・ポイント残高・所属会員ランクなどを含む顧客オブジェクトを返します。一覧から特定顧客の詳細を個別に確認する時に使用。条件付きの一覧検索は getCustomers、ポイント操作は postCustomerPoints、会員ランク変更は updateCustomerMembership、会員・非会員のフラグで絞り込みたい場合は getCustomers の member パラメータを使ってください。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes |