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

    Interface GetBuyboxModelsByShopIdRequest

    Request parameters for get_buybox_models_by_shop_id

    Get the paginated Buybox model list for the authorized shop.

    interface GetBuyboxModelsByShopIdRequest {
        limit?: number;
        offset?: number;
    }
    Index

    Properties

    Properties

    limit?: number

    Page size. Valid range is 1 to 250.

    offset?: number

    Pagination offset. Must be non-negative.