Requests a store to be tracked by Rye’s API.
requestID
requestId
import { RyeClient, Marketplace } from "@rye-api/rye-sdk"; const ryeClient = new RyeClient({ authHeader: "<AUTH_HEADER>", shopperIp: "<SHOPPER_IP>", }); const result = await ryeClient.requestStoreByURL({ input: { url: "https://rye-test-store.myshopify.com", }, });
Was this page helpful?