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

    Interface GetAttributeTreeResponse

    Response for getting attribute tree

    interface GetAttributeTreeResponse {
        error: string;
        message: string;
        request_id: string;
        response: { attribute_list: AttributeTreeNode[] };
        result?: { attribute_list: AttributeTreeNode[] };
    }

    Hierarchy (View Summary)

    Index

    Properties

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

    Type Declaration

    result?: { attribute_list: AttributeTreeNode[] }

    Type Declaration