I want to setup a new Shopify store and list similar products from a couple of websites whose product list I scraped in JSON format. Will I be able to setup the store using this JSON data or do I need to convert it into CSV file or something else to proceed?
I have details like:
- Name
- Price
- Product description
- Product images URL.
The total quantity of products are > 100 000. How should I proceed? Will a JSON file be enough or do I need a CSV file?
You will need to convert it to CSV. Shopify only allows importing products through CSV.
You can write a script to convert your JSON data to CSV, or use an online tool like ConvertCSV (assuming it can handle a JSON file with over 100,000 products defined).
You might not be able to add all 100,000 products at once though, unless you are on Shopify Plus.