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

    Interface GetItemBaseInfoAttribute

    GetItemBaseInfoAttribute sub-interface for GetItemBaseInfoItem

    interface GetItemBaseInfoAttribute {
        attribute_id?: number;
        attribute_value_list?: GetItemBaseInfoAttributeValue[];
        is_mandatory?: boolean;
        original_attribute_name?: string;
    }
    Index

    Properties

    attribute_id?: number

    The Identify of each category.

    attribute_value_list?: GetItemBaseInfoAttributeValue[]
    is_mandatory?: boolean

    This is to indicate whether this attribute is mandantory.

    original_attribute_name?: string

    The name of each attribute.