Adding and updating products

Adding and updating products

You can add new products, or update product information such as price, variants, and availability, from the Productspage in your Shopify admin, or in the Shopify app.


    • Related Articles

    • Setting up collections or grouping your products

      You can group your products into collections to make it easier for customers to find them by category. You can create two types of collections, an automated or manual collection. After you create a collection, it can be displayed on your online store ...
    • Selling digital products

      Along with physical goods, you can also sell digital goods on your Shopify store. Digital goods are often available to the customer immediately after they make their purchase. Some common digital products are online services and downloadable files, ...
    • Importing and exporting products

      If you want to transfer a large amount of product information between Shopify and another system, then you can use a specially-formatted spreadsheet to import or export that data. Shopify uses CSV (comma-separated value) files to perform this kind of ...
    • Hide products in all collection

      Add this code in main-collection-product-grid.liquid: {% for product in collection.products %} {% unless product.metafields.seo.hidden.value == 1 %} {% render 'product-card', product: product %} {% endunless %} {% endfor %}
    • Hide products from Google & Shopify Search

      1. Access Your Shopify Admin Log in to your account to enter the backend of your store. Familiarize yourself with the intuitive Shopify admin page and interface, setting the stage for effortless product management. Think of it as your store's control ...