shopee-openapi-v2
Version:
shopee open api sdk
19 lines (18 loc) • 461 B
TypeScript
import { ApiShopMethod } from "./utils/request";
export declare class ShopApi {
getShopInfo: ApiShopMethod<{}, {
shop_name: string;
region: string;
status: string;
sip_affi_shops: {
affi_shop_id: number;
region: string;
}[];
is_cb: boolean;
is_cnsc: boolean;
shop_cbsc: string;
auth_time: number;
expire_time: number;
is_sip: boolean;
}>;
}