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

    Interface BatchAddItemAttribute

    BatchAddItemAttribute sub-interface for BatchAddItemItem

    interface BatchAddItemAttribute {
        attribute_id: number;
        attribute_value_list?: BatchAddItemAttributeValue[];
    }
    Index

    Properties

    attribute_id: number

    ID of attribute

    attribute_value_list?: BatchAddItemAttributeValue[]