For example, if the store’s canonical URL is https://abc.myshopify.com, then the domain is abc.myshopify.com, all lowercased.

As the number of products may be significantly large, it’s recommended to paginate through the results.

AmazonProduct and ShopifyProduct returned by this query have similarities and differences that are compared in detail here


Arguments

storeCanonicalDomain
String!
required

The store’s canonical domain URL.

Returns

ShopifyApp.*
ShopifyApp!
required

Any requested field from the ShopifyApp object.

Usage

import { RyeClient } from "@rye-api/rye-sdk";

const ryeClient = new RyeClient("<AUTH_HEADER>", "<SHOPPER_IP>");

const result = await ryeClient.getShopifyAppInformation({
  storeCanonicalDomain: "dear-media-shop.myshopify.com",
});