Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs-test.rye.com/docs/llms.txt

Use this file to discover all available pages before exploring further.


Fields

canonicalDomain
required
Returns a canonicalDomain of the Shopify store.
logoUrl
Returns a logoUrl of the Shopify store.
email
Returns the email address associated with the Shopify store.
commission
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.