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

    Interface GetShopeeIpRangeResponse

    interface GetShopeeIpRangeResponse {
        error: string;
        message: string;
        request_id: string;
        response: { ip_list: string[] };
        result?: { ip_list: string[] };
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: string
    message: string
    request_id: string
    response: { ip_list: string[] }
    result?: { ip_list: string[] }