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

    Interface GetSizeChartListRequest

    Request parameters for get_size_chart_list

    Get new size chart list. Now only support local shop to use new size chart.

    interface GetSizeChartListRequest {
        category_id: string;
        cursor?: string;
        page_size: string;
    }
    Index

    Properties

    category_id: string

    category id under this shop

    cursor?: string

    Specifies the starting entry of data to return in the current call. Default is "". If data is more than one page, the cursor can be some entry to start next call.

    page_size: string

    the size of one page. Max=50.