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

    Interface GetVehicleListByCompatibilityDetailResponse

    interface GetVehicleListByCompatibilityDetailResponse {
        error: string;
        message: string;
        request_id: string;
        response: { vehicle_list: any[] };
        result?: { vehicle_list: any[] };
    }

    Hierarchy (View Summary)

    • FetchResponse<{ vehicle_list: any[] }>
      • GetVehicleListByCompatibilityDetailResponse
    Index

    Properties

    error: string
    message: string
    request_id: string
    response: { vehicle_list: any[] }
    result?: { vehicle_list: any[] }