How to add points to customer from the Admin Panel?

How to add points to customer from the Admin Panel?

Out of the box, the Reward Points extension allows adjusting a customer's balance manually on the customer details and configuration page. 

To adjust the points balance, navigate to Customers → All Customers → choose the required customer account  Reward Points tab. Scroll down to the Status History section and click the Add or Deduct Points button.


     
However, this option allows adding points manually to each separate account only. 

For mass actions, we recommend using the import functionality available via the Reward Points Pro package in System → Import:



This option allows importing the required data from the CSV, XML, ODS, XLSX files from various sources. Kindly refer to our user guide to check the step-by-step instructions on how to complete the import properly.
      • Related Articles

      • Will I be able to reward end customers with points, or can your Reward Points and Affiliate extensions be combined to achieve this?

        Out of the box, the Affiliate extension doesn’t have an option to provide customers with points. Reward Points and Affiliate are separate extensions that work individually and are not integrated with each other. As an option, the admin can add reward ...
      • Reward Points | GraphQL methods

        Queries rewards description: get information about customer reward points guestRewards (page: Int!) description: get information about highlight points available for guest getRewardsStatistic description: get report about reward points statistics ...
      • How to make a shipping method available in the Admin Panel only?

        If you would like to make a certain shipping method available only for specific orders in the Admin Panel, it is possible using our Shipping Restrictions extension. Step 1. You need to create a restriction rule in Sales → Shipping Restrictions → Add ...
      • Reward Points API

        1. Amasty\Rewards\Api\CheckoutRewardsManagementInterface - class responsible for applying reward points on checkout: PUT /V1/carts/mine/points/:points, method="set" - apply points; DELETE /V1/carts/mine/points/delete, method="remove" - remove applied ...
      • How to add x1.5 points for a specific category?

        In order to configure the x1.5 reward points rate for the product from a specific category, two separate rules should be created: the general one, and the rule for the required category. So if your general rule is Get 10 Points for each $20 Spent, ...