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

    Interface GetRecommendAttributeResponse

    Response for getting recommended attributes

    interface GetRecommendAttributeResponse {
        error: string;
        message: string;
        request_id: string;
        response: { recommended_attribute_list: RecommendedAttribute[] };
        result?: { recommended_attribute_list: RecommendedAttribute[] };
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: string
    message: string
    request_id: string
    response: { recommended_attribute_list: RecommendedAttribute[] }

    Type Declaration

    result?: { recommended_attribute_list: RecommendedAttribute[] }

    Type Declaration