updateCustomers
Apply partial updates to existing customer attributes (name, contact, address, gender, birthday, mail magazine settings) using customer_id. Only specified fields are replaced; omitted fields remain unchanged.
Instructions
既存顧客(会員・非会員問わず)の属性(氏名・連絡先・住所・性別・生年月日・メルマガ受信設定など)に差分パッチを適用します。customer_id で対象を特定し、customer に含めたキーだけが置き換わります(省略したキーは変更されない)。会員ランクの変更は updateCustomerMembership、ポイント残高の増減は postCustomerPoints、現在値の確認は getCustomer、条件検索は getCustomers を参照。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | 更新対象の顧客ID | |
| customer | Yes |