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 product save event is being triggered. If any changes are made directly to the database bypassing Magento, they won't be tracked. But as soon as Magento gets aware of such changes, our extension will also track them.
Related Articles
How does Omnibus Price Tracker work with configurable products?
The Omnibus Price Tracker extension correctly tracks child products price changes for both child and parent products in the Price Change History log: As well as displays the price change notification on the parent product page if the price is changed ...
How does Omnibus Price Tracker work with multi-store and multi-currency instances?
The Omnibus Price Tracker extension supports multi-store and multi-currency instances. Here is the example of how the extension works with different currencies: When the customer changes the currency, the price history is correspondingly altered: ...
Will the module work on Magento x.x?
We provide compatibility of our modules with currently supported Magento versions (in accordance with Magento lifecycle policy ). For greater convenience, we've set up an approximate schedule for Magento versions that we test and support. Tested ...
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 ...
Why doesn't the price filter include VAT?
The default behavior of Magento's layered navigation is to filter products excluding taxes. This is a result of the inherent limitations within the default Magento logic, and it is not influenced by our Improved Layered Navigation extension. Magento ...