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

    Interface GetPublishableShopResponse

    Response for getting publishable shop list

    interface GetPublishableShopResponse {
        error: string;
        message: string;
        request_id: string;
        response: { shop_list: PublishableShop[] };
        result?: { shop_list: PublishableShop[] };
    }

    Hierarchy (View Summary)

    Index

    Properties

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

    Type Declaration

    result?: { shop_list: PublishableShop[] }

    Type Declaration