Returns information about the Rye’s Shopify App.
ShopifyApp
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", });
Was this page helpful?