Change product pages info in mass for all products

Hey guys, I want to change informations of at least 300 products in their product pages. The infos are the same for every product. Is there a way I could do that like in WP?

There are various ways this could be done depending on what information you want to edit, here are a few suggestions:

  1. Shopify natively allows to bulk edit some product information
    On the product page, use the top checkbox to select all, click Edit products, and then select which columns (Top right) you want to edit.
  2. Use your product template to show the shared information about the products. You can either hard code it, create a snippet with all the shared information, or add a section on the products template (This might require some coding but I think it might be the most efficient way)
  3. Export a CSV make your changes and import it back

There are two options:

  1. Label the product, and the product detail page with the label is only a specific product description. This eliminates the need to modify the original product description. The SEO product description may also need to be modified accordingly.
  2. Batch modification, if you can use the shopify admin api, it is very easy to modify. If not, you have to use the shopify batch editing tool, or other third-party apps that support batch editing.