Shopify Data Population

432 Views Asked by At

As a Developer, I want to add the dummy data to store. When I Add my theme to a new store, I want to populate all data as it is, like the previous store, images, navigations, collections, products, pages, etc. is there any way to do this in Shopify without any app?

1

There are 1 best solutions below

2
David Lazar On

It is really quite easy.

Use brew or your favorite tool to install the Shopify CLI tool. Using that you can log in to your development store, with your partner account.

There is a command you run, labeled populate. So you can do this:

shopify populate orders
shopify populate products

and get your development store loaded with data.