Adobe Commerce 2.3 reached end of support in September 2022.

Install, remove, or update optional sample data modules

Introduction to Commerce sample data

Commerce sample data provides a storefront based on the Luma theme outfitted with products, categories, customer registration, and so on. It functions just like a Commerce storefront and you can manipulate prices, inventory, and promotional pricing rules using the Commerce Admin.

You can install sample data either before or after installing the Commerce software. When you’re done with the sample data, you can either remove it or you can install it fresh as discussed in Remove sample data modules or update sample data.

There is currently no way to uninstall sample data. We recommend you use sample data only to learn about how Commerce works. Avoid doing any development in a system in which you installed sample data.

You can install optional sample data in any of the following ways:

Installation method Description Required skill level
Using Composer Run magento sampledata:deploy to modify Magento’s root composer.json to enable sample data modules. Requires Composer knowledge and access to the Commerce file system.
Cloning repositories Clone the Magento 2 repository and the sample data repository, then link them together. For contributing developers only. Everyone else should use one of the preceding methods.