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

    Interface UpdateGlobalItemAttribute

    UpdateGlobalItemAttribute sub-interface for UpdateGlobalItemRequest

    interface UpdateGlobalItemAttribute {
        attribute_id?: number;
        attribute_value_list?: UpdateGlobalItemAttributeValue[];
    }
    Index

    Properties

    attribute_id?: number

    ID of attribute.

    attribute_value_list?: UpdateGlobalItemAttributeValue[]