Fields
Returns a
canonicalDomain
of the Shopify store.Returns a
logoUrl
of the Shopify store.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.
productsConnection(after: ID, before: ID, first: Int, last: Int)
: ProductsCollectionsConnection
A connection to fetch product data. Returns ProductsCollectionsConnection
object.