@shopify/shopify-api
Version:
Shopify API Library for Node - accelerate development with support for authentication, graphql proxy, webhooks
9 lines • 469 B
TypeScript
export declare const API_KEY = "testApiKey";
export declare const API_SECRET_KEY = "testApiSecretKey";
export declare const APP_URL = "https://my-test-app.myshopify.io";
export declare const TEST_SHOP_NAME = "test-shop";
export declare const TEST_SHOP = "test-shop.myshopify.com";
export declare const SHOPIFY_HOST = "admin.shopify.com/store/test-shop";
export declare const BASE64_HOST: string;
export declare const USER_ID = 12345;
//# sourceMappingURL=const.d.ts.map