---
title: store list
description: List stores in a Shopify organization.
source_url:
  html: 'https://shopify.dev/docs/api/shopify-cli/store/store-list'
  md: 'https://shopify.dev/docs/api/shopify-cli/store/store-list.md'
api_name: shopify-cli
---

# store list

List stores in a Shopify organization.

Lists stores in a Shopify organization available to the current CLI account.

When more than one organization is available, the command prompts you to pick one unless you provide `--organization-id`. In non-interactive environments, `--organization-id` is required.

Run `shopify organization list` to find organization IDs.

#### Flags

The following flags are available for the `store list` command:

* **--no-color**

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

  Disable color output.

* **--organization-id \<value>**

  **string**

  **env: SHOPIFY\_FLAG\_ORGANIZATION\_ID**

  The numeric organization ID. Auto-selects if you belong to a single organization.

* **--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 list

  ```sh
  shopify store list [flags]
  ```

***
