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