Skip to main content

DiscoverableShop

A discoverable shop with promotions

type DiscoverableShop {
gid: String!
featured: Boolean!
name: String!
shopDomain: String!
logoUrl: String
promotionCount: Int!
promotions: [DiscoverablePromotion!]!
countryCodes: [String!]!
}

Fields

DiscoverableShop.gid ● String! non-null scalar

Shopify GID of the shop

Whether the shop is featured in discovery

DiscoverableShop.name ● String! non-null scalar

Name of the shop

DiscoverableShop.shopDomain ● String! non-null scalar

Shopify shop domain

DiscoverableShop.logoUrl ● String scalar

URL of the shop's logo

DiscoverableShop.promotionCount ● Int! non-null scalar

Number of active promotions

DiscoverableShop.promotions ● [DiscoverablePromotion!]! non-null object

Promotions available (first 3)

DiscoverableShop.countryCodes ● [String!]! non-null scalar

Country codes the shop ships to (ISO 3166-1 alpha-2)

Member Of

DiscoverablePromotionsResult object