Types > StorefrontDomain
Storefront APITypesStorefrontDomain
StorefrontDomain

Description

Topic: Domains

Fields

domain: String!

Domain itself

Example: "shop.apple.com"


id: String!

Unique domain identifier. See also: Unique Identifiers

Example: "do_EQzGqWoY"


Used By

Queries

storefrontDomains

Types

StorefrontShop

Preview (typescript)

interface StorefrontDomain {
domain: string
id: string
}