Title: malw's Replies | WordPress.org

---

# malw

  [  ](https://wordpress.org/support/users/malw/)

 *   [Profile](https://wordpress.org/support/users/malw/)
 *   [Topics Started](https://wordpress.org/support/users/malw/topics/)
 *   [Replies Created](https://wordpress.org/support/users/malw/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/malw/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/malw/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/malw/engagements/)
 *   [Favorites](https://wordpress.org/support/users/malw/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Stock level stuck on rest api update](https://wordpress.org/support/topic/stock-level-stuck-on-rest-api-update/)
 *  Thread Starter [malw](https://wordpress.org/support/users/malw/)
 * (@malw)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/stock-level-stuck-on-rest-api-update/#post-16435957)
 * Hi,
 * The problem is solved. The website/shop partner updated woocommerce and maybe
   wordpress and some other apps. Sorry about the lack of details about this.
 * The REST call itself is completely the same as before.
    -  This reply was modified 3 years, 6 months ago by [malw](https://wordpress.org/support/users/malw/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Stock level stuck on rest api update](https://wordpress.org/support/topic/stock-level-stuck-on-rest-api-update/)
 *  Thread Starter [malw](https://wordpress.org/support/users/malw/)
 * (@malw)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/stock-level-stuck-on-rest-api-update/#post-16419450)
 * You mean that stock status needs to be added to the body, even though stock status
   does not change. Since inventory level is positive before and after post.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Stock level stuck on rest api update](https://wordpress.org/support/topic/stock-level-stuck-on-rest-api-update/)
 *  Thread Starter [malw](https://wordpress.org/support/users/malw/)
 * (@malw)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/stock-level-stuck-on-rest-api-update/#post-16410932)
 * Hi,
 * Correct, it’s the stock levels on product variations.
 *     ```wp-block-code
       I am sending this body:{"manage_stock": true,"stock_quantity": 78}As PUT to this endpoint: …wp-json/wc/v3/products/2214/variations/2217/
   
       Getting nice response:…"manage_stock": true,"stock_quantity": 78,"stock_status": "instock","backorders": "no","backorders_allowed": false,"backordered": false,"low_stock_amount": null,…
   
       But when doing get against same endpoint 5 sec later (or instantly) i see old stock:…"manage_stock": true,"stock_quantity": 58,"stock_status": "instock","backorders": "no","backorders_allowed": false,"backordered": false,"low_stock_amount": null,…
   
       I am able to update the parent item. I have played around with parent item setup (setting stock to 100, setting to nothing, setting manage stock to false/true) nothing works.
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)