How can I add a meta field to a product import csv for minimum order quantity?

Hello,

I have to import 1000+ products and I am making a csv file with all the necessary columns and I need also to import a meta field for every product for the minimum quantity a client can order.

My question is how can I add a meta field to the products table ( csv ) so then I can use it to implement what I need on the product page.

All the products are new products, I won’t be doing any updates. All products have a different value for the minimum quantity.

Thank you

huge problem

Hi @Digitaal ,

as far as I know you cannot add Shopify metafields in the CSV import, it is missing in the list here. So you will either need to use an app or you can use the Shopify Admin API see here. If you are familiar with Pyhton or JavaScript (Node) it is probably not more than five line of code.

Regards
Thomas

1 Like

Thank you for your answer, @tewe Thomas

This was also my idea to create a app for this, I just needed to know if there is a way to do this with the csv import.