Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface Attribute

    interface Attribute {
        attribute_id: number;
        attribute_unit: string[];
        attribute_value_list: AttributeValue[];
        date_format_type?: DateFormatType;
        display_attribute_name: string;
        format_type: FormatType;
        input_type: InputType;
        input_validation_type: InputValidationType;
        introduction?: string;
        is_mandatory: boolean;
        max_input_value_number: number;
        original_attribute_name: string;
    }
    Index

    Properties

    attribute_id: number
    attribute_unit: string[]
    attribute_value_list: AttributeValue[]
    date_format_type?: DateFormatType
    display_attribute_name: string
    format_type: FormatType
    input_type: InputType
    input_validation_type: InputValidationType
    introduction?: string
    is_mandatory: boolean
    max_input_value_number: number
    original_attribute_name: string