UNPKG

@congminh1254/shopee-sdk

Version:
23 lines 1.14 kB
export var ShopeeRegion; (function (ShopeeRegion) { ShopeeRegion["GLOBAL"] = "GLOBAL"; ShopeeRegion["CHINA"] = "CHINA"; ShopeeRegion["BRAZIL"] = "BRAZIL"; ShopeeRegion["TEST_GLOBAL"] = "TEST_GLOBAL"; ShopeeRegion["TEST_CHINA"] = "TEST_CHINA"; })(ShopeeRegion || (ShopeeRegion = {})); export const SHOPEE_BASE_URLS = { [ShopeeRegion.GLOBAL]: "https://partner.shopeemobile.com/api/v2", [ShopeeRegion.CHINA]: "https://openplatform.shopee.cn/api/v2", [ShopeeRegion.BRAZIL]: "https://openplatform.shopee.com.br/api/v2", [ShopeeRegion.TEST_GLOBAL]: "https://openplatform.sandbox.test-stable.shopee.sg/api/v2", [ShopeeRegion.TEST_CHINA]: "https://openplatform.test-stable.shopee.cn/api/v2", }; export const SHOPEE_AUTH_URLS = { [ShopeeRegion.GLOBAL]: "https://open.shopee.com/auth", [ShopeeRegion.CHINA]: "https://open.shopee.cn/auth", [ShopeeRegion.BRAZIL]: "https://open.shopee.com.br/auth", [ShopeeRegion.TEST_GLOBAL]: "https://open.sandbox.test-stable.shopee.com/auth", [ShopeeRegion.TEST_CHINA]: "https://open.sandbox.test-stable.shopee.cn/auth", }; //# sourceMappingURL=region.js.map