Does Omnibus Price Tracker work with Magento API?

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: ...
      • The Price History info is not shown on the storefront. What should I check?

        If the Price History block isn't showing up on the storefront, there are several steps you can take to troubleshoot and resolve the issue. Here’s a detailed guide to help you ensure it is set correctly: Step 1. Check if your product has the default ...
      • 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 ...