postCustomers
Register a new customer to your shop and get back the full customer object including the assigned ID. Requires name, email, prefecture, postal code, address, and phone. Optionally mark as member with add_member: true.
Instructions
新規顧客をショップに登録し、作成された顧客オブジェクト(id を含む)を返します。customer に name(顧客名)・mail(メールアドレス)・pref_id(都道府県 ID 1–48)・postal(郵便番号)・address1(市区町村・番地)・tel(電話番号)・birthday(生年月日)などを指定します。会員として登録するには add_member: true、省略または false で非会員として登録。登録済み顧客の情報更新は updateCustomers、取得は getCustomer、条件検索は getCustomers を使用。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer | Yes |