Serves as a gateway for accessing features and functionalities related to Rye’s Shopify App.
canonicalDomain
of the Shopify store.logoUrl
of the Shopify store.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.