@congminh1254/shopee-sdk
Version:
Shopee SDK maintaining by community
16 lines • 762 B
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/public",
[]: "https://openplatform.shopee.com.br/api/v2",
[]: "https://partner.test-stable.shopeemobile.com/api/v2",
[]: "https://openplatform.test-stable.shopee.cn/api/v2",
};
//# sourceMappingURL=region.js.map