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

    Interface GetGlobalAttributeTreeResponse

    Response for getting attribute tree

    interface GetGlobalAttributeTreeResponse {
        error: string;
        message: string;
        request_id: string;
        response: { attribute_list: Attribute[] };
        result?: { attribute_list: Attribute[] };
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: string
    message: string
    request_id: string
    response: { attribute_list: Attribute[] }

    Type Declaration

    • attribute_list: Attribute[]

      List of attributes

    result?: { attribute_list: Attribute[] }

    Type Declaration

    • attribute_list: Attribute[]

      List of attributes