문제

I have added product in my Magento 2 Store using REST API but it always goes out of stock like this.

enter image description here

But when i run php bin/magento indexer:reindex the product will come in stock.

Any idea why is this or i have to run indexer re-index after every insertion of product.

Any help is appriciated.

올바른 솔루션이 없습니다

다른 팁

Reindex implementation is required when the product has not been updated. This implementation has no effect on the functionality of your website You can refer to here: https://community.magento.com/t5/Magento-2-x-Programming/Updating-Stock-Status-Via-REST-API/m-p/449424#M10894

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top