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

    Interface GetAttributeTreeAttributeTree

    GetAttributeTreeAttributeTree sub-interface for GetAttributeTreeList

    interface GetAttributeTreeAttributeTree {
        attribute_id?: number;
        attribute_info?: GetAttributeTreeAttributeInfo;
        attribute_value_list?: GetAttributeTreeAttributeValue[];
        mandatory?: boolean;
        multi_lang?: GetAttributeTreeMultiLang[];
        name?: string;
    }
    Index

    Properties

    attribute_id?: number

    Attribute ID

    Attribute extra info

    attribute_value_list?: GetAttributeTreeAttributeValue[]

    All available values for this attribute

    mandatory?: boolean

    Is mandatory or not

    Attribute translate info

    name?: string

    Attribute Name