woocommerce / woocommerce-android

WooCommerce Android app
https://www.woocommerce.com/mobile
GNU General Public License v2.0
276 stars 135 forks source link

Feature Request - Add ability to bulk edit product inventory status #9604

Closed jostnes closed 7 months ago

jostnes commented 1 year ago

Reported in 6660207-zen

Currently, it's not supported on the app to bulk update the inventory status of the product. Merchant is requesting to add the ability to mark all of a category of items sold out at one time.

samiuelson commented 8 months ago

More context – https://github.com/woocommerce/woomobile-private/issues/88

malinajirka commented 8 months ago

I would like to propose the following approach as an MVP we can iterate later on.

  1. Add 'Update Stock Status' item into the overflow menu on the product multi-selection list.
  2. Show a fullscreen with
    • The available statues 'In stock', 'Out of stock', 'On backorder'
    • A note with the current status of the selected items 'Current stock status is [status]' when all the selected products have the same status or 'Current stock statuses are mixed' when the selected products' statuses differ.
    • A note stating how many products will be updated 'Stock status will be updated for N products.'. Items which have 'Manage Stock' enabled (aka stock quantity is managed for them) will be ignored during the bulk update. When the selected items contain such products, we'll want to add a note 'Stock status will be updated for N products. Y products with managed stock quantity will be ignored.'

(Check Product Variation bulk updates for reference - we want to use the same designs as we are using there)