Fields

canonicalDomain
String!
required

Returns a canonicalDomain of the Shopify store.

logoUrl
String

Returns a logoUrl of the Shopify store.

email
String

Returns the email address associated with the Shopify store.

Returns a commission details of type ShopifyMerchantCommission for the Shopify store.


productsByIDs( ids: [ID!]! ): ShopifyProduct

A connection to fetch product data given an array of ids. Returns ShopifyProduct object.


collectionsConnection(after: ID, before: ID, first: Int, last: Int): ShopifyCollectionsConnection

A connection to fetch collection data. Returns ShopifyCollectionsConnection object.