---
title: store create preview
description: Create a preview Shopify store.
source_url:
  html: 'https://shopify.dev/docs/api/shopify-cli/store/store-create-preview'
  md: 'https://shopify.dev/docs/api/shopify-cli/store/store-create-preview.md'
api_name: shopify-cli
---

# store create preview

Create a preview Shopify store.

Creates a new Shopify store, with no need for an existing account.

#### Flags

The following flags are available for the `store create preview` command:

* **--country \<value>**

  **string**

  **env: SHOPIFY\_FLAG\_STORE\_COUNTRY**

  Two-letter country code for the store, such as US, CA, or GB.

* **--name \<value>**

  **string**

  **env: SHOPIFY\_FLAG\_PREVIEW\_STORE\_NAME**

  The name of the store.

* **--no-color**

  **env: SHOPIFY\_FLAG\_NO\_COLOR**

  Disable color output.

* **--verbose**

  **env: SHOPIFY\_FLAG\_VERBOSE**

  Increase the verbosity of the output.

* **-j, --json**

  **env: SHOPIFY\_FLAG\_JSON**

  Output the result as JSON. Automatically disables color output.

Examples

### Examples

* ####

  ##### store create preview

  ```sh
  shopify store create preview [flags]
  ```

***
