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.


Returns

ShopifyApp.*
ShopifyApp!
required

Any requested field from the ShopifyApp object.

Usage

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

const ryeClient = new RyeClient({
  authHeader: "<AUTH_HEADER>",
  shopperIp: "<SHOPPER_IP>",
});

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