cancel
Showing results for 
Search instead for 
Did you mean: 

Configurable product stock status

Configurable product stock status

Hello,

 

Is there a way to automatically change the configurable product stock status as available if one of the children is in stock?

 

Thanks.

3 REPLIES 3

Re: Configurable product stock status

Hello @beniamino_carriero 

Can you please inform me how you update the stoke of your products?

Regards, 
Deep

 

Re: Configurable product stock status

Hello,

I use the REST API with a PUT request to update the stock qty of the children simple product:

/rest/V1/products/productSku/stockItems/1
 
Regards,
Mino

Re: Configurable product stock status

You can disable the other simple product which are out of stock and then remove those products from the configurable products and make it In Stock before saving and as well remove the out of stock product images from the configurable product.  In this way the product which are in stock will be displayed and the other which are not in stock will not be displayed.