Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface GetBuyboxModelsByShopIdResponseData

    GetBuyboxModelsByShopIdResponseData sub-interface for GetBuyboxModelsByShopIdResponse

    interface GetBuyboxModelsByShopIdResponseData {
        model_list?: GetBuyboxModelsByShopIdModel[];
        page_info?: GetBuyboxModelsByShopIdPageInfo;
        shop_id?: number;
    }
    Index

    Properties

    shop_id?: number