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

    Interface UpdateSizeChartRequest

    Request parameters for update_size_chart

    Update size chart for global item. Only for China mainland sellers and Korean sellers.

    interface UpdateSizeChartRequest {
        global_item_id: number;
        size_chart: string;
    }
    Index

    Properties

    global_item_id: number

    Id of global item.

    size_chart: string

    Image id of size chart.