Adeel Haider
Adeel Haider

Reputation: 1

Shopify Data Population

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?

Upvotes: 0

Views: 460

Answers (1)

David Lazar
David Lazar

Reputation: 11427

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.

Upvotes: 1

Related Questions