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

    Interface GetGlobalItemInfoAttributeValue

    GetGlobalItemInfoAttributeValue sub-interface for GetGlobalItemInfoAttribute

    interface GetGlobalItemInfoAttributeValue {
        original_value_name?: string;
        value_id?: number;
        value_unit?: string;
    }
    Index

    Properties

    original_value_name?: string

    Value name of this item attribute.

    value_id?: number

    Unique identifier for value of this item attribute.

    value_unit?: string

    Value unit of this item attribute.