By default, Shopify stores are created empty, without any data. To speed up the development and testing process, you can [create a development store](/docs/api/development-stores#create-a-development-store-to-test-your-app) that's populated with test data generated by Shopify.

The generated test data set includes the most common commerce primitives and configurations that you need to test an app, theme, or custom storefront, including some Plus-specific features.


This reference lists objects, configurations, and relationships that are included in the development store test data set.

> Caution:
> Stores that start with generated test data can't be transferred to a merchant due to their unique configuration and the use of Shopify Plus features.

## Store configurations

Stores that use generated test data have the following configurations:

| Setting name | Configuration | Notes |
| ------------ | ------------- | ----- |
| [Bogus payment gateway](https://help.shopify.com/manual/checkout-settings/test-orders#place-a-test-order-by-simulating-a-transaction) | Enabled | Used to create test orders |

## Products

The generated test data set contains the following [products](https://help.shopify.com/manual/products/details):
<table>
  <thead>
    <tr>
      <th>Name</th>
      <th>Configuration</th>
      <th>Connected resources</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>The Minimal Snowboard</td>
      <td>Only required fields populated</td>
      <td>
       <p><a href="#collections">Collection</a>:</p>
        <ul>
          <li>Home page</li>
        </ul>
        <p><a href="#locations">Location</a>:</p>
        <ul>
          <li>Shop location</li>
        </ul>
      </td>
    </tr>
    <tr>
      <td>The Complete Snowboard</td>
      <td>All fields populated<br><br>Contains <a href="https://help.shopify.com/manual/products/variants">variants</a>:<br>Dawn, Electric, Ice, Powder, Sunset</td>
      <td>
        <p><a href="#collections">Collection</a>:</p>
        <ul>
          <li>Automated Collection</li>
        </ul>
        <p><a href="#locations">Location</a>:</p>
        <ul>
          <li>Shop location</li>
        </ul>
      </td>
    </tr>
    <tr>
      <td>The Hidden Snowboard</td>
      <td>Product is <a href="https://help.shopify.com/manual/products/add-update-products#make-products-available-to-your-sales-channels">hidden</a> on the Online Store channel</td>
      <td>
        <p><a href="#collections">Collection</a>:</p>
        <ul>
          <li>Automated Collection</li>
        </ul>
        <p><a href="#locations">Location</a>:</p>
        <ul>
          <li>Shop location</li>
        </ul>
      </td>
    </tr>
    <tr>
      <td>The Archived Snowboard</td>
      <td>Status is set to <a href="https://help.shopify.com/manual/products/details#product-availability">archived</a></td>
      <td>
        <p><a href="#locations">Location</a>:</p>
        <ul>
          <li>Shop location</li>
        </ul>
      </td>
    </tr>
    <tr>
      <td>The Draft Snowboard</td>
      <td>Status is set to <a href="https://help.shopify.com/manual/products/details#product-availability">draft</a></td>
      <td>
        <p><a href="#locations">Location</a>:</p>
        <ul>
          <li>Shop location</li>
        </ul>
      </td>
    </tr>
    <tr>
      <td>The Collection Snowboard: Hydrogen</td>
      <td>All fields populated</td>
      <td>
        <p><a href="#collections">Collections</a>:</p>
        <ul>
          <li>Automated Collection</li>
          <li>Hydrogen</li>
        </ul>
        <p><a href="#locations">Location</a>:</p>
        <ul>
          <li>Shop location</li>
        </ul>
      </td>
    </tr>
    <tr>
      <td>The Collection Snowboard: Liquid</td>
      <td>All fields populated</td>
      <td>
        <p><a href="#collections">Collections</a>:</p>
        <ul>
          <li>Automated Collection</li>
          <li>Hydrogen</li>
        </ul>
        <p><a href="#locations">Location</a>:</p>
        <ul>
          <li>Shop location</li>
        </ul>
      </td>
    </tr>
    <tr>
      <td>The Collection Snowboard: Oxygen</td>
      <td>All fields populated</td>
      <td>
        <p><a href="#collections">Collection</a>:</p>
        <ul>
          <li>Hydrogen</li>
        </ul>
        <p><a href="#locations">Location</a>:</p>
        <ul>
          <li>Shop location</li>
        </ul>
      </td>
    </tr>
    <tr>
      <td>The Multi-managed Snowboard</td>
      <td>Fulfilled by both a fulfillment service and a store location<br>(<a href="https://help.shopify.com/manual/products/inventory/getting-started-with-inventory/multi-managed-inventory">multi-managed inventory</a>)</td>
    </tr>
    <tr>
     <td>The Multi-location Snowboard</td>
      <td>Has inventory at more than one store location<br>(<a href="https://help.shopify.com/manual/locations">multi-location inventory</a>)</td>
      <td>
        <p><a href="#collections">Collection</a>:</p>
        <ul>
          <li>Automated Collection</li>
        </ul>
        <p><a href="#locations">Locations</a>:</p>
        <ul>
          <li>Shop location</li>
          <li>My Custom Location</li>
        </ul>
      </td>
    </tr>
    <tr>
    <td>The 3p Fulfilled Snowboard</td>
    <td>Has inventory with a fulfillment service only</td>
    <td>
        <p><a href="#fulfillment-services">Fulfillment service</a>:</p>
        <ul>
          <li>Snow City Warehouse</li>
        </ul>
    </td>
</tr>
</tbody>
</table>

The following products are available on development stores created after April 13, 2023:

<div class='table-container'>
<table>
  <thead>
    <tr>
      <th>Name</th>
      <th>Configuration</th>
      <th>Connected resources</th>
    </tr>
  </thead>
<tbody>
  <tr>
    <td>
    The Out of Stock Snowboard
    </td>
    <td>
    Inventory is tracked, but available quantity is set to 0
    </td>
    <td>
      <p><a href="#locations">Location</a>:</p>
      <ul>
        <li>Shop location</li>
      </ul>
    </td>
  </tr>
  <tr>
    <td>
      The Inventory Not Tracked Snowboard
    </td>
    <td>
      Inventory isn't tracked
    </td>
    <td>
      <p><a href="#locations">Location</a>:</p>
      <ul>
        <li>Shop location</li>
      </ul>
    </td>
    </tr>
    <tr>
    <td>
      The Compare at Price Snowboard
    </td>
    <td>
      Has a <a href="https://help.shopify.com/manual/discounts/sales#displaying-sale-prices">compare at price</a>
    </td>
    <td>
       <p><a href="#collections">Collection</a>:</p>
        <ul>
          <li>Automated Collection</li>
        </ul>
        <p><a href="#locations">Location</a>:</p>
        <ul>
          <li>Shop location</li>
        </ul>
      </td>
  </tr>
  <tr>
    <td>
      The Videographer Snowboard
    </td>
    <td>
      Has a <a href="https://help.shopify.com/manual/products/product-media/product-media-types#videos">video</a> uploaded as media
    </td>
    <td>
      <p><a href="#locations">Location</a>:</p>
        <ul>
          <li>Shop location</li>
        </ul>
    </td>
  </tr>
  <tr>
    <td>
      Selling Plans Ski Wax
    </td>
    <td>
      Has <a href="https://help.shopify.com/manual/products/purchase-options">purchase options</a> set
    </td>
    <td>
      <p><a href="#selling-plans">Selling plans</a>:</p>
        <ul>
          <li>Preorder</li>
          <li>Prepaid</li>
          <li>Subscription</li>
          <li>Try Before You Buy</li>
        </ul>
    </td>
  </tr>
  <tr>
    <td>
      Gift Card
    </td>
    <td>
      <a href="https://help.shopify.com/manual/markets/pricing/gift-cards"> Gift card</a> <br>Contains <a href="https://help.shopify.com/manual/products/variants">variants</a>:<br>$10, $25, $50, $100
    </td>
    <td>
      <p><a href="#collections">Collection</a>:</p>
        <ul>
          <li>Automated Collection</li>
        </ul>
    </td>
  </tr>
</tbody>
</table>
</div>

## Collections

The generated test data set contains the following [collections](https://help.shopify.com/manual/products/collections):

| Name      | Configuration | Connected resources |
| --------- | ------------- | ------------------- |
| Automated Collection | [Automated](https://help.shopify.com/manual/products/collections/automated-collections) collection<br><br>Condition: product price is greater than $200.00 and less than $800.00 | <p>[Products](#products):</p><ul><li>The Complete Snowboard (all variants)</li><li>The Hidden Snowboard</li><li>The Collection Snowboard: Hydrogen</li><li>The Collection Snowboard: Liquid</li><li>The Multi-managed Snowboard</li><li>The Multi-location Snowboard</li><li>The Compare at Price Snowboard</li><li>Gift Card</li></ul> |
| Hydrogen | [Manual](https://help.shopify.com/manual/products/collections/manual-shopify-collection) collection | <p>[Products](#products):</p><ul><li>The Collection Snowboard: Hydrogen</li><li>The Collection Snowboard: Oxygen</li><li>The Collection Snowboard: Liquid</li></ul> | |
| Home page | [Manual](https://help.shopify.com/manual/products/collections/manual-shopify-collection) collection | <p>[Products](#products):</p><ul><li>The Minimal Snowboard</li></ul> |

## Customers

The generated test data set contains the following [customers](https://help.shopify.com/manual/customers/manage-customers):

| Name      | Configuration | Connected resources |
| --------- | ------------- | ------------------- |
| Ayumu Hirano | Only required fields populated | <p>[Gift Cards](#gift-cards):</p><ul><li><code>0001</code></li></ul> |
| Russell Winfield | All fields populated | <p>[Orders](#orders):</p><ul><li>Custom Item</li><li>Order Discount</li><li>Line Item Discount & Order Discount</li><li>Multiple Fulfillments</li></ul> |
| Karine Ruby | Associated with a company as the main contact | <p>[Order](#orders):</p><ul><li>Custom Shipping Rate</li><li>Line Item Discount</li><li>Shipping Discount</li></ul><p>[Company](#companies):</p><ul><li>Snowdevil</li></ul> |

## Companies

The generated test data set contains the following [companies](https://help.shopify.com/manual/b2b/companies):

> Plus:
> Companies are available only to stores on the Shopify Plus plan.

| Name      | Configuration | Connected resources |
| --------- | ------------- | ------------------- |
| Powderbound | Only required fields populated |
| Snowdevil | All fields populated | <p>[Customer](#customers):</p><ul><li>Karine Ruby (Main Contact)</li></ul> |

## Locations

The generated test data set contains the following [locations](https://help.shopify.com/manual/locations):

| Name      | Configuration | Connected resources |
| --------- | ------------- | ------------------- |
| My Custom Location | All fields populated | <p>[Products](#products) (inventory):</p><ul><li>The Multi-location Snowboard</li></ul> |
| Shop location | Only required fields populated | <p>[Products](#products) (inventory):</p><ul><li>The Minimal Snowboard</li><li>The Complete Snowboard (all variants)</li><li>The Hidden Snowboard</li><li>The Archived Snowboard</li><li>The Draft Snowboard</li><li>The Collection Snowboard: Hydrogen</li><li>The Collection Snowboard: Liquid</li><li>The Collection Snowboard: Oxygen</li><li>The Multi-managed Snowboard</li><li>The Multi-location Snowboard</li><li>The Out of Stock Snowboard</li><li>The Inventory Not Tracked Snowboard</li><li>The Compare at Price Snowboard</li><li>The Videographer Snowboard</li><li>Selling Plans Ski Wax</li></ul> |

## Orders

> Note:
> In stores created after September 14, 2023, these orders are created as draft orders.
>
> You can convert a draft order to an order by marking the draft order as paid in the [Shopify admin](https://admin.shopify.com/draft_orders), or by using the GraphQL [`draftOrderComplete`](https://shopify.dev/docs/api/admin-graphql/latest/mutations/draftOrderComplete) mutation to complete the order.

The generated test data set contains the following [orders](https://help.shopify.com/manual/orders). Orders can be identified by their tags.
<table>
    <thead>
        <tr>
            <th>Tag</th>
            <th>Configuration</th>
            <th>Connected resources</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>`Minimal Info`</td>
            <td> Only required fields populated </td>
            <td>
                <p> <a href="#products">Product</a>:</p>
                <ul>
                    <li>The Minimal Snowboard</li>
                </ul>
                <p> <a href="#locations"> Location</a>:</p>
                <ul>
                    <li>Shop location</li>
                </ul>
            </td>
        </tr>
        <tr>
            <td>`Custom Item`</td>
            <td> Has a <a href="https://help.shopify.com/manual/orders/create-orders">custom item</a> </td>
            <td>
                <p><a href="#products">Product</a>:</p>
                <ul>
                    <li>Custom Snowboard</li>
                </ul>
                <p><a href="#customers">Customer</a>:</p>
                <ul>
                    <li>Russell Winfield</li>
                </ul>
                <p><a href="#locations">Location</a>:</p>
                <ul>
                    <li>Shop location</li>
                </ul>
            </td>
        </tr>
        <tr>
            <td>`International Market`</td>
            <td> Placed from a single-country <a
                    href="https://help.shopify.com/manual/markets/managing-markets">market</a> <br>with an associated <a
                    href="https://help.shopify.com/manual/markets/pricing/set-up-local-pricing">price list</a> </td>
            <td>
                <p><a href="#markets">Market</a>:</p>
                <ul>
                    <li>Country</li>
                </ul>
                <p><a href="#products">Product</a>:</p>
                <ul>
                    <li>The Complete Snowboard (Ice)</li>
                </ul><a href="#locations">Location</a>:</p>
                <ul>
                    <li>Shop location</li>
                </ul>
            </td>
        </tr>
        <tr>
            <td>`Line Item Discount`</td>
            <td> Has a line item discount </td>
            <td>
                <p><a href="#products">Product</a>:</p>
                <ul>
                    <li>The Complete Snowboard (Ice)</li>
                </ul>
                <p><a href="#customers">Customer</a>:</p>
                <ul>
                    <li>Karine Ruby (On behalf of Snowdevil)</li>
                </ul>
                <p><a href="#companies">Company</a>:</p>
                <ul>
                    <li>Snowdevil</li>
                </ul>
                <p><a href="#locations">Location</a>:</p>
                <ul>
                    <li>Shop location</li>
                </ul>
            </td>
        </tr>
        <tr>
            <td>`Order Discount`</td>
            <td> Order Discount </td>
            <td>
                <p><a href="#products">Product</a>:</p>
                <ul>
                    <li>The Complete Snowboard (Dawn)</li>
                </ul>
                <p><a href="#customers">Customer</a>:</p>
                <ul>
                    <li>Russell Winfield</li>
                </ul>
                <p><a href="#locations">Location</a>:</p>
                <ul>
                    <li>Shop location</li>
                </ul>
            </td>
        </tr>
        <tr>
            <td>`Line Item Discount`,<br> `Order Discount`</td>
            <td> Has a line item and order discount </td>
            <td>
                <p><a href="#products">Product</a>:</p>
                <ul>
                    <li>The Complete Snowboard (Powder)</li>
                    <li>The Complete Snowboard (Electric)</li>
                </ul>
                <p><a href="#customers">Customer</a>:</p>
                <ul>
                    <li>Russell Winfield</li>
                </ul>
                <p><a href="#locations">Location</a>:</p>
                <ul>
                    <li>Shop location</li>
                </ul>
            </td>
        </tr>
        <tr>
            <td>`Shipping Discount`</td>
            <td> Has a shipping discount </td>
            <td>
                <p><a href="#products">Product</a>:</p>
                <ul>
                    <li>The Multi-location Snowboard</li>
                </ul>
                <p><a href="#customers">Customer</a>:</p>
                <ul>
                    <li>Karine Ruby (On behalf of Snowdevil)</li>
                </ul>
                <p><a href="#companies">Company</a>:</p>
                <ul>
                    <li>Snowdevil</li>
                </ul>
                <p><a href="#locations">Location</a>:</p>
                <ul>
                    <li>My Custom Location</li>
                </ul>
            </td>
        </tr>
        <tr>
            <td>`Custom Shipping Rate`</td>
            <td> Has a <a href="https://help.shopify.com/manual/orders/create-orders">custom shipping rate</a> </td>
            <td>
                <p><a href="#products">Product</a>:</p>
                <ul>
                    <li>The Complete Snowboard (Sunset)</li>
                </ul>
                <p><a href="#customers">Customer</a>:</p>
                <ul>
                    <li>Karine Ruby (On behalf of Snowdevil)</li>
                </ul>
                <p><a href="#companies">Company</a>:</p>
                <ul>
                    <li>Snowdevil</li>
                </ul>
                <p><a href="#locations">Location</a>:</p>
                <ul>
                    <li>Shop location</li>
                </ul>
            </td>
            <tr>
                <td>`Multiple Fulfillments`</td>
                <td> Fulfilled through multiple fulfillment providers </td>
                <td>
                    <p><a href="#locations">Location</a>:</p>
                    <ul>
                        <li>Shop location</li>
                    </ul>
                    <p><a href="#fulfillment-services">Fulfillment service</a>:</p>
                    <ul>
                        <li>Snow City Warehouse</li>
                    </ul>
                    <p><a href="#products">Product</a>:</p>
                    <ul>
                        <li>The Complete Snowboard (Ice)</li>
                        <li>The 3p Fulfilled Snowboard</li>
                    </ul>
                    <p><a href="#customers">Customer</a>:</p>
                    <ul>
                        <li>Russell Winfield</li>
                    </ul>
                </td>
            </tr>
    </tbody>
  </table>

The following orders are available on development stores created after April 13, 2023:

<div class='table-container'>
  <table>
    <thead>
        <tr>
            <th>Tag</th>
            <th>Configuration</th>
            <th>Connected resources</th>
        </tr>
    </thead>
    <tbody>
      <tr>
        <td>
         <code>Edited</code>
        </td>
        <td>
          Quantity has been <a href="https://help.shopify.com/manual/orders/edit-orders">edited</a>
        </td>
        <td>
          <p> <a href="#products">Product</a>:</p>
            <ul>
              <li>The Minimal Snowboard</li>
            </ul>
          <p><a href="#locations">Location</a>:</p>
            <ul>
              <li>Shop location</li>
            </ul>
        </td>
      </tr>
    </tbody>
</table>
</div>

## Discounts

The generated test data set contains the following [discounts](https://help.shopify.com/manual/discounts):

| Name      | Configuration | Connected resources |
| --------- | ------------- | ------------------- |
| Buy three, get 30% off | [Automatic discount](https://help.shopify.com/manual/discounts/discount-types#automatic-discounts)<br><br>Applies only to the Complete Snowboard Ice variant | <p>[Product](#products):</p><ul><li>The Complete Snowboard (Ice)</li></ul> |
| Buy one, get the second 10% off | [Automatic BXGY discount](https://help.shopify.com/manual/discounts/discount-types/buy-x-get-y#create-an-automatic-buy-x-get-y-discount)<br><br>Applies only to the Complete Snowboard Dawn variant | <p>[Product](#products):</p><ul><li>The Complete Snowboard (Dawn)</li></ul> |
| CODE_DISCOUNT_BLACKFRIDAY | [Basic code discount](https://help.shopify.com/manual/discounts/discount-types#discount-codes) | |
| FREESHIPPING2024 | [Free shipping code discount](https://help.shopify.com/manual/discounts/discount-types/free-shipping) | | |
| CODE_BXGY_DISCOUNT_SUMMERBOGO | [BXGY code discount](https://help.shopify.com/manual/discounts/discount-types/buy-x-get-y) | |

## Markets

The generated test data set contains the following [markets](https://help.shopify.com/manual/markets):

| Name      | Configuration |
| --------- | ------------- |
| Mexico | <p>[Pricing](https://help.shopify.com/manual/markets/pricing/product-prices-by-country) : Price decrease of 5%</p> |
| United States | |
| International | |


## Fulfillment orders

The generated test data set contains the following [fulfillment orders](https://shopify.dev/api/admin-graphql/current/objects/FulfillmentOrder):

| Configuration | Connected resources |
| --------- | ------------- | ------------------- |
| Assigned | <p>[Orders](#orders):</p><ul><li>Minimal Info</li><li>Custom Item</li><li>International Market</li><li>Line Item Discount</li><li>Order Discount</li><li>Line Item Discount & Order Discount</li><li>Multiple Fulfillments</li></ul> |
| [Re-assigned](https://help.shopify.com/manual/orders/fulfillment/fulfilling-orders/fulfill-your-own#fulfilling-orders-for-multiple-locations)<br>(fulfillment location changed from [Shop location](#locations) to [My Custom Location](#locations)) | <p>[Order](#orders):</p><ul><li>Shipping Discount</li></ul> |
| [On hold](https://help.shopify.com/manual/orders/fulfillment/fulfilling-orders/fulfill-your-own#manual-fulfillment-holds) | <p>[Order](#orders):</p><ul><li>Custom Shipping Rate</li></ul> |

## Fulfillment services

The generated test data set contains the following [fulfillment services](https://help.shopify.com/manual/shipping/fulfillment-services):

| Name      | Connected resources |
| --------- | ------------------- |
| Snow City Warehouse | <p>[Products](#products) (inventory):</p><ul><li>The 3p Fulfilled Snowboard</li><li>The Multi-managed Snowboard</li></ul> |


## Gift cards

The generated test data set contains the following issued gift cards:

> Note:
> Gift card test data is available only on development stores created after April 13, 2023.

<div class='table-container'>
  <table>
      <thead>
          <tr>
              <th>Code ending</th>
              <th>Configuration</th>
              <th>Connected resources</th>
          </tr>
      </thead>
      <tbody>
          <tr>
              <td>
                  <code>0001</code>
              </td>
              <td>
                Remaining: $100 <br>
                Issued: $100
              </td>
              <td>
                <p><a href="#customers">Customer</a>:</p>
                  <ul>
                      <li>Ayumu Hirano</li>
                  </ul>
              </td>
          </tr>
      </tbody>
  </table>
</div>

## Selling plans

The generated test data set contains the following [selling plans](/docs/api/admin-graphql/current/objects/SellingPlan).

On live stores, selling plans are created and managed with an [app](/docs/apps/build/purchase-options/subscriptions/model-subscriptions-solution). Products with selling plans generated by the test data allow you to view how selling plans look on the Shopify admin and in the storefront. However, [subscription contracts](/docs/apps/build/purchase-options/subscriptions/contracts) created by checking out with a product with a selling plan won't generate additional orders.

> Note:
> Selling plan test data is available only on development stores created after April 13, 2023.

<div class='table-container'>
  <table>
      <thead>
          <tr>
              <th>Name</th>
              <th>Configuration</th>
              <th>Connected resources</th>
          </tr>
      </thead>
      <tbody>
          <tr>
            <td>
              Preorder
            </td>
            <td>
              Preorder ski wax, delivered in a month
            </td>
            <td>
              <p><a href="#products">Product</a>:</p>
                  <ul>
                      Selling Plan Ski Wax: Special Selling Plans Ski Wax</li>
                  </ul>
            </td>
          </tr>
          <tr>
              <td>
                Prepaid
              </td>
              <td>
                A year supply of prepaid ski wax, delivered monthly
              </td>
              <td>
              <p><a href="#products">Product</a>:</p>
                  <ul>
                      <li>Selling Plan Ski Wax</li>
                  </ul>
              </td>
          </tr>
          <tr>
            <td>
              Subscription
            </td>
            <td>
              Ski wax subscription, billed and delivered weekly
            </td>
            <td>
              <p><a href="#products">Product</a>:</p>
                  <ul>
                      <li>Selling Plan Ski Wax</li>
                  </ul>
              </td>
          </tr>
          <tr>
            <td>
              Try Before You Buy
            </td>
            <td>
              Try our product risk-free for a week before needing to pay
            </td>
            <td>
              <p><a href="#products">Product</a>:</p>
                  <ul>
                      <li>Selling Plan Ski Wax: Sample Selling Plans Ski Wax</li>
                  </ul>
            </td>
          </tr>
      </tbody>
  </table>
</div>

## Metafield definitions

The generated test data set contains the following [metafields definitions](/docs/apps/build/custom-data/metafields/definitions):

> Note:
> Metafield test data is available only on development stores created after April 13, 2023.

<div class='table-container'>
  <table>
      <thead>
          <tr>
              <th>Name</th>
              <th>Configuration</th>
              <th>Connected resources</th>
          </tr>
      </thead>
      <tbody>
          <tr>
              <td>
                Alpine sport types
              </td>
              <td>
                Type: <a href="/docs/apps/custom-data/metafields/types#list-types"> list.single_line_text_field</a>
              </td>
              <td>
                <a href="/docs/api/admin-graphql/current/objects/Shop">Shop</a>
              </td>
          </tr>
          <tr>
            <td>
              Snowboard length
            </td>
            <td>
              Type: <a href="/docs/apps/custom-data/metafields/types#supported-types"> dimension</a>
            </td>
            <td>
              <p><a href="#products">Products</a>:</p>
                  <ul>
                      <li>The Complete Snowboard</li>
                      <li>The Multi-managed Snowboard</li>
                  </ul>
            </td>
          </tr>
          <tr>
            <td>
              Snowboard binding mount
            </td>
            <td>
              Type: <a href="/docs/apps/custom-data/metafields/types#supported-types"> single line text</a>
            </td>
            <td>
              <p><a href="#products">Products</a>:</p>
                  <ul>
                      <li>The Collection Snowboard: Hydrogen</li>
                      <li>The Collection Snowboard: Liquid</li>
                      <li>The Collection Snowboard: Oxygen</li>
                  </ul>
            </td>
          </tr>
      </tbody>
  </table>
</div>

## Metafields

The generated test data set contains the following [metafields](/docs/apps/build/custom-data/metafields):

> Note:
> Metafield test data is available only on development stores created after April 13, 2023.

<div class='table-container'>
  <table>
      <thead>
          <tr>
              <th>Name</th>
              <th>Connected resources</th>
          </tr>
      </thead>
      <tbody>
          <tr>
              <td>
                  <code>test_data.alpine_sports</code>
              </td>
              <td>
                <p><a href="#metafield-definitions">Metafield definitions</a>:</p>
                  <ul>
                      <li>Chosen Alpine Sports</li>
                  </ul>
                <a href="/docs/api/admin-graphql/current/objects/Shop">Shop</a>
            </td>
          </tr>
          <tr>
            <td>
              <code>test_data.snowboard_length</code>
            </td>
            <td>
            <p><a href="#metafield-definitions">Metafield definitions</a>:</p>
                  <ul>
                      <li>Snowboard length</li>
                  </ul>
              <p><a href="#products">Product</a>:</p>
                  <ul>
                      <li>The Complete Snowboard</li>
                      <li>The Multi-managed Snowboard</li>
                  </ul>
            </td>
          </tr>
          <tr>
            <td>
              <code>test_data.binding_mount</code>
            </td>
            <td>
            <p><a href="#metafield-definitions">Metafield definitions</a>:</p>
                  <ul>
                      <li>Snowboard binding mount</li>
                  </ul>
              <p><a href="#products">Products</a>:</p>
                  <ul>
                      <li>The Collection Snowboard: Hydrogen</li>
                      <li>The Collection Snowboard: Liquid</li>
                      <li>The Collection Snowboard: Oxygen</li>
                  </ul>
            </td>
          </tr>
          <tr>
            <td>
            <code>test_data.snowboard_weight</code>
            </td>
            <td>
            <p><a href="#products">Product</a>:</p>
                  <ul>
                      <li>Hidden Snowboard</li>
                  </ul>
            <td>
          </tr>
      </tbody>
  </table>
</div>

## Themes

The generated test data set contains the following [themes](/docs/storefronts/themes/getting-started). Your theme architecture version determines the file types that make up your theme, the ways that you can customize your theme, and the ways that apps can integrate with your theme. The provided themes should only be used in developments store for testing purposes.

> Note:
> Themes are available only on development stores created after April 13, 2023.

<div class='table-container'>
  <table>
      <thead>
          <tr>
              <th>Name</th>
              <th>Configuration</th>
          </tr>
      </thead>
      <tbody>
          <tr>
              <td>
                Test Data
              </td>
              <td>
                <a href="/docs/storefronts/themes/best-practices/version-control">Online Store 2.0 theme</a>
              </td>
          </tr>
          <tr>
            <td>
              Debut (vintage theme)
            </td>
            <td>
              <a href="https://help.shopify.com/manual/online-store/themes/managing-themes/versions">Vintage theme</a>
            </td>
          </tr>
      </tbody>
  </table>
</div>