postCustomerPoints
Add or subtract points from a customer's shop point balance. Specify customer ID and point amount to update the balance.
Instructions
指定した顧客のショップポイント残高を加算または減算します。customer_id で対象顧客、points に加算する整数を指定してください(マイナス値で減算可)。残高は加算分が現在値に足され、結果が新しい残高として返ります。顧客情報本体の取得は getCustomer、情報更新は updateCustomers、会員ランクの変更は updateCustomerMembership。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| points | Yes | 増減させるポイント数 | |
| customer_id | Yes |