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

    Interface UpdateGlobalItemAttributeValue

    UpdateGlobalItemAttributeValue sub-interface for UpdateGlobalItemAttribute

    interface UpdateGlobalItemAttributeValue {
        original_value_name?: string;
        value_id?: number;
        value_unit?: string;
    }
    Index

    Properties

    original_value_name?: string

    Name of attribute value. original_value_name from global_product.get_attributes api. If value id=0, this field is required. If AttributeType is DATE_TYPE or TIMESTAMP_TYPE, you can upload timestamp(string type) as the original_value_name.

    value_id?: number

    ID of attribute value. In the following cases, the value id needs to be uploaded as 0, and original_value_name is mandatory, needs to be filled in customized value. (1) AttributeInputType is TEXT_FILED; (2) AttributeInputType is COMBO_BOX or MULTIPLE_SELECT_COMBO_BOX, and the seller want to fill in a customized value.

    value_unit?: string

    Unit of attribute value.(quantitative attribute only)