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

    Interface GetPublishedListResponse

    Response for getting published list

    interface GetPublishedListResponse {
        error: string;
        message: string;
        request_id: string;
        response: { shop_list: PublishedShop[] };
        result?: { shop_list: PublishedShop[] };
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: string
    message: string
    request_id: string
    response: { shop_list: PublishedShop[] }

    Type Declaration

    result?: { shop_list: PublishedShop[] }

    Type Declaration