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

    Interface GetSizeChartListResponse

    interface GetSizeChartListResponse {
        error: string;
        message: string;
        request_id: string;
        response: {
            next_cursor: string;
            size_chart_list: { size_chart_id: number }[];
            total_count: number;
        };
        result?: {
            next_cursor: string;
            size_chart_list: { size_chart_id: number }[];
            total_count: number;
        };
    }

    Hierarchy (View Summary)

    • FetchResponse<
          {
              next_cursor: string;
              size_chart_list: { size_chart_id: number }[];
              total_count: number;
          },
      >
      • GetSizeChartListResponse
    Index

    Properties

    error: string
    message: string
    request_id: string
    response: {
        next_cursor: string;
        size_chart_list: { size_chart_id: number }[];
        total_count: number;
    }
    result?: {
        next_cursor: string;
        size_chart_list: { size_chart_id: number }[];
        total_count: number;
    }