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

    Interface UpdateGlobalItemRequest

    Request parameters for update_global_item

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

    interface UpdateGlobalItemRequest {
        attribute_list?: UpdateGlobalItemAttribute[];
        brand?: UpdateGlobalItemBrand;
        category_id?: number;
        condition?: string;
        description?: string;
        description_info?: UpdateGlobalItemDescriptionInfo;
        description_type?: string;
        dimension?: UpdateGlobalItemDimension;
        global_item_id: number;
        global_item_name?: string;
        global_item_sku?: string;
        image?: UpdateGlobalItemImage;
        pre_order?: UpdateGlobalItemPreOrder;
        size_chart_info?: UpdateGlobalItemSizeChartInfo;
        video_upload_id?: string[];
        weight?: number;
    }
    Index

    Properties

    attribute_list?: UpdateGlobalItemAttribute[]

    Item attributes.

    category_id?: number

    Category id of global item.

    condition?: string

    Condition of global item, "NEW" or "USED" is available.

    description?: string

    Description of global item.

    New description field. New description field. Only whitelist sellers can use it. If you use the field, please upload the description_type=extended otherwise api will return error. If you don't use this field, you don't need to upload the description_type or upload description_type=normal

    description_type?: string

    Values: See Data Definition- description_type (normal , extended). If you want to use extended_description or change description type ,this field must be inputed

    The dimension of this global item.Updating the dimension of this global item will overwrite the dimension of all global models under this global item.

    global_item_id: number

    Id of global item.

    global_item_name?: string

    Name of global item.

    global_item_sku?: string

    Sku of global item.

    Image information of global item.

    Preorder information of global item.Updating the DTS of global item will overwrite the DTS of all global models under the global item

    video_upload_id?: string[]

    Video upload id of global item.

    weight?: number

    The weight of this global item, the unit is KG.Updating the weight of this global item will overwrite the weight of all global models under this global item.