Does the extension log actions made via API functionality?
Since version 2.3.0, the extension logs actions performed both through the Admin Panel and API.
Kindly note that the functionality is available as a part of an active product subscription or support subscription
Related Articles
Does the extension log actions done by the system, e.g. cron scheduler?
At the moment, the extension logs actions made by the Magento Admin Panel users only. It does not track actions of the Magento system itself: cron runs, re-indexation, etc.
I face the "d4h/finediff' library not found" error while trying to view the details of the Action Log record. How to resolve it?
The d4h/finediff library is required for the correct functioning of the extension. The solution would be to install the library via Composer with the below command: composer require d4h/finediff
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" - ...
Does Omnibus Price Tracker work with Magento API?
The Omnibus Price Tracker tracks all price changes made in products, whether they are made directly in product or indirectly via API requests. It is worth mentioning that the extension tracks price changes in products as long as the native Magento ...
Gift Card API
1. Amasty\GiftCard\Api\ImageRepositoryInterface - class for managing gift card images: POST /V1/amgcard/image, method="save" - save a gift card image; PUT /V1/amgcard/image/:id, method="save" - save a gift card image by ID; DELETE ...