Related Articles
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 - ...
Countdown Timer API
Amasty\PromoCountdown\Api\Service\DateDifferenceInterface - class for calculating the difference between the dates: POST /V1/promo-countdown/service/date/difference, method="getDifference" - calculate the difference between the current date and the ...
Does the extension provide any features that would highlight the ongoing promotions (such as banners, labels)?
Out of the box, the extension comes with the Promo Banners Lite solution that lets you highlight your promotions with banners and labels on product pages. To add the highlight options, navigate to Marketing → Cart Price Rules → choose or create a ...
RMA API
Kindly note that the API functionality for RMA is available as part of the Pro and Premium extension plans. 1. Amasty\Rma\Api\StatusRepositoryInterface - class for managing RMA statuses. GET /V1/amasty_rma/rma_status/get/:statusId, method="getById" - ...
GDPR API
1. Amasty\Gdpr\Api\RequestInterface - class for managing personal data deletion rquests. POST /V1/amasty_gdpr/approveDeleteRequest, method="approveDeleteRequest" - approve a request; POST /V1/amasty_gdpr/denyDeleteRequest, method="denyDeleteRequest" ...