Harsh Katiyar 0 Report post Posted March 29, 2018 Hi, I want to change my product status when the order is placed on the eBay. how we can achieve that in Magento 2 custom module. please suggest me the solution Quote Share this post Link to post Share on other sites
primavera 14 Report post Posted March 30, 2018 Not sure if I understood you correctly... Do you want an item to be stopped after selling e.g. 2 of them, right? Quote Share this post Link to post Share on other sites
Harsh Katiyar 0 Report post Posted April 2, 2018 No, I have listed my product on the eBay store from Magento 2 platform using the m2epro extension, but the product has 5 more custom status. so I want to change the product status when the order is placed on the eBay store and eBay hit the cron and decrease the inventory of the product at that time I want to change the product status also because my product has only 1Qty once sold then product will mark as sold in Magento. Please assist me, how I can achieve this. Quote Share this post Link to post Share on other sites
Harsh Katiyar 0 Report post Posted March 26, 2019 Hello team, Any update on above Query Quote Share this post Link to post Share on other sites
Anna 7 Report post Posted April 2, 2019 The extension will tell Magento about the eBay order and decrease the product quantity once an order is created in Magento. Though, it not the extension itself that updates the product status, that would be Magento. Magento would change the product status to out of stock once the product is sold out. If your Magento products are customized in some way, like there is a custom product status, it'd call for additional customization of the processes that you expect to comply with your catalog setup. I mean wouldn't that be an additional script in Magento rather than modification of the module running on top of your store? Quote Share this post Link to post Share on other sites
Watch3r_ 0 Report post Posted April 13, 2019 enable Stock control. If you have magento 2.3 use QTY insted of product quantity . Quote Share this post Link to post Share on other sites