---
title: store info
description: Surface metadata about a Shopify store.
source_url:
  html: 'https://shopify.dev/docs/api/shopify-cli/store/store-info'
  md: 'https://shopify.dev/docs/api/shopify-cli/store/store-info.md'
api_name: shopify-cli
---

# store info

Surface metadata about a Shopify store.

Returns available metadata about a store you have access to, such as its ID, display name, subdomain, organization, store owner, type, plan, feature preview, admin URL, and access and save URLs for preview stores.

Some details might be omitted when they aren't available for the store.

Use `--json` for machine-readable output.

#### Flags

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

* **-s, --store \<value>**

  **string**

  **required**

  **env: SHOPIFY\_FLAG\_STORE**

  The myshopify.com domain 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 info

  ```sh
  shopify store info [flags]
  ```

***
