Is there anyway to get a Shop test user with mock data?

Hi,

It could be really useful if we had a test user that had his hooks already filled with mock data to use for testing (last orders, saved products, recommended products etc).

Is there anyway such users, or alternatively, a way to add mock data to my own user for development purposes, could be provided?

Hi,

We don’t currently provide a shared “test user” with pre-filled mock data, but you can achieve the same outcome using Shopify development stores.

Development stores let you safely test with realistic data. You can:

  1. Create a development store

  2. Use generated test data

  3. Enable Development mode in the Shop channel
    In your dev store, go to Settings → Shop channel and enable Development mode. This ensures you’re working in a safe, non-production environment while testing hooks like last orders, saved products, and recommendations.

With this setup you should be able to test with data you need.

Let us know if you encounter any issues with it.