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.
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.