Customer Group Catalog API
Kindly note that the API functionality for Customer Group Catalog is available as a part of an active product subscription or support subscription.
- GET /V1/amasty_groupcat/rule/:ruleId - to retrieve information about a specific customer group catalog rule;
- GET /V1/amasty_groupcat/search - to get the list of existing customer group catalog rules;
- POST /V1/amasty_groupcat/rule - to create a customer group catalog rule;
- PUT /V1/amasty_groupcat/rule/:ruleId - to modify a customer group catalog rule;
- DELETE /V1/amasty_groupcat/rule/:ruleId - to remove a customer group catalog rule.
Related Articles
How to restrict products for specific customer groups?
The Customer Group Catalog extension offers the capability to hide particular products or categories from the catalog based on customer groups. This feature empowers store administrators to create unique catalogs tailored to specific customers. To ...
What Amasty extensions support API?
Each Amasty extension that has API support, includes the etc/webapi.xml file. The webapi.xml file contains API configurations with the list of available API requests. For example, a request from the Custom Form module interface: 1 - endpoint URL; 2 - ...
Login as Customer API
1. Amasty\CustomerLogin\Api\CustomerTokenInterface POST /V1/amasty_customer_login/token, method="createCustomerToken" 2. Amasty\CustomerLogin\Api\LoggedInRepositoryInterface - class for managing login as customer entries. PUT ...
Login As Customer API
1. Amasty\CustomerLogin\Api\CustomerTokenInterface - class for customer token: POST /V1/amasty_customer_login/token, method="createCustomerToken" - create customer token. 2. Amasty\CustomerLogin\Api\LoggedInRepositoryInterface - class for logs: PUT ...
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 ...