@congminh1254/shopee-sdk
Version:
Shopee SDK maintaining by community
23 lines • 1.14 kB
JavaScript
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 = {
[]: "https://partner.shopeemobile.com/api/v2",
[]: "https://openplatform.shopee.cn/api/v2",
[]: "https://openplatform.shopee.com.br/api/v2",
[]: "https://openplatform.sandbox.test-stable.shopee.sg/api/v2",
[]: "https://openplatform.test-stable.shopee.cn/api/v2",
};
export const SHOPEE_AUTH_URLS = {
[]: "https://open.shopee.com/auth",
[]: "https://open.shopee.cn/auth",
[]: "https://open.shopee.com.br/auth",
[]: "https://open.sandbox.test-stable.shopee.com/auth",
[]: "https://open.sandbox.test-stable.shopee.cn/auth",
};
//# sourceMappingURL=region.js.map