Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface ShopeeConfig

    interface ShopeeConfig {
        agent?: Agent;
        base_auth_url?: string;
        base_url?: string;
        partner_id: number;
        partner_key: string;
        region?: ShopeeRegion;
        sdk?: ShopeeSDK;
        shop_id?: number;
    }
    Index

    Properties

    agent?: Agent
    base_auth_url?: string
    base_url?: string
    partner_id: number
    partner_key: string
    region?: ShopeeRegion
    sdk?: ShopeeSDK
    shop_id?: number