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

    Interface GetSizeChartDetailResponseData

    GetSizeChartDetailResponseData sub-interface for GetSizeChartDetailResponse

    interface GetSizeChartDetailResponseData {
        size_chart_id?: number;
        size_chart_name?: string;
        size_chart_table?: GetSizeChartDetailSizeChartTable;
    }
    Index

    Properties

    size_chart_id?: number

    ID of new size chart

    size_chart_name?: string

    name of new size chart

    new size chart is a table format which include multiple columns. each column has column header (measurement) and multiple values (measurement value) of this column.