---
title: Shop - Customer API
description: A collection of the general information about the shop.
api_version: 2026-07
source_url:
  html: 'https://shopify.dev/docs/api/customer/latest/objects/Shop'
  md: 'https://shopify.dev/docs/api/customer/latest/objects/Shop.md'
api_name: customer
api_type: graphql
type: object
---

# Shop

object

A collection of the general information about the shop.

## Fields

* email

  [String!](https://shopify.dev/docs/api/customer/latest/scalars/String)

  non-null

  The email of the shop.

* id

  [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID)

  non-null

  A globally-unique ID.

* metafield

  [Metafield](https://shopify.dev/docs/api/customer/latest/objects/Metafield)

  A metafield found by namespace and key.

  * key

    [String!](https://shopify.dev/docs/api/customer/latest/scalars/String)

    required

    ### Arguments

    The identifier for the metafield.

  * namespace

    [String!](https://shopify.dev/docs/api/customer/latest/scalars/String)

    required

    A container for a set of metafields.

  ***

* metafields

  [\[Metafield\]!](https://shopify.dev/docs/api/customer/latest/objects/Metafield)

  non-null

  The metafields associated with the resource matching the supplied list of namespaces and keys.

  * identifiers

    [\[Has​Metafields​Identifier!\]!](https://shopify.dev/docs/api/customer/latest/input-objects/HasMetafieldsIdentifier)

    required

    ### Arguments

    The list of metafields to retrieve by namespace and key.

  ***

* myshopify​Domain

  [String!](https://shopify.dev/docs/api/customer/latest/scalars/String)

  non-null

  The shop's .myshopify.com domain name.

* name

  [String!](https://shopify.dev/docs/api/customer/latest/scalars/String)

  non-null

  The name of the shop.

* shop​Policies

  [\[Shop​Policy!\]!](https://shopify.dev/docs/api/customer/latest/objects/ShopPolicy)

  non-null

  The list of all legal policies associated with the shop.

* url

  [URL!](https://shopify.dev/docs/api/customer/latest/scalars/URL)

  non-null

  The URL of the shop's online store.

***

## Map

No referencing types

***

## Queries

* [shop](https://shopify.dev/docs/api/customer/latest/queries/shop)

  query

  Returns the information about the shop. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data).

***

## Shop Queries

### Queried by

* [shop](https://shopify.dev/docs/api/customer/latest/queries/shop)

***

## Interfaces

* * [Has​Metafields](https://shopify.dev/docs/api/customer/latest/interfaces/HasMetafields)

    interface

  * [Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node)

    interface

***

## Shop Implements

### Implements

* [Has​Metafields](https://shopify.dev/docs/api/customer/latest/interfaces/HasMetafields)
* [Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node)
