docs: update bulk editor user guide + add redirect from old v1 next js (#12104)

* docs: update bulk editor user guide + add redirect from old v1 next js

* update page titles
This commit is contained in:
Shahed Nasser
2025-04-07 17:27:45 +03:00
committed by GitHub
parent 9ece840027
commit cc71dc2620
7 changed files with 11632 additions and 11609 deletions
@@ -18,7 +18,14 @@ In this guide, you'll learn about different tips and shortcuts to using the bulk
The bulk editor allows you to edit prices or values using a spreadsheet-interface. It simplifies the editing process when working with a large number of data, and provides you with an intuitive user experience.
The bulk editor is used in different areas of the Medusa Admin, such as product-variant pricing.
### Where is the Bulk Editor?
The bulk editor is used in different areas of the Medusa Admin:
- [Edit prices of product variants](../../products/variants/page.mdx#edit-product-variant-prices).
- [Edit inventory of a product variants](../../products/variants/page.mdx#manage-product-variant-inventory).
- [Edit prices in price lists](../../price-lists/manage/page.mdx#edit-prices-in-price-list).
- [Edit shipping option prices](../../settings/locations-and-shipping/locations/page.mdx#edit-shipping-option-prices)
---