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

    Interface GetKitItemInfoAttribute

    GetKitItemInfoAttribute sub-interface for GetKitItemInfoProductInfo

    interface GetKitItemInfoAttribute {
        attribute_id?: number;
        attribute_value_list?: GetKitItemInfoAttributeValue[];
        original_attribute_name?: string;
    }
    Index

    Properties

    attribute_id?: number

    The Identify of each attribute.

    attribute_value_list?: GetKitItemInfoAttributeValue[]
    original_attribute_name?: string

    The name of each attribute.