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

    Interface UpdateItemVehicleInfo

    UpdateItemVehicleInfo sub-interface for UpdateItemCompatibilityInfo

    interface UpdateItemVehicleInfo {
        brand_id: number;
        model_id: number;
        version_id?: number;
        year_id?: number;
    }
    Index

    Properties

    brand_id: number

    ID of the brand.

    model_id: number

    ID of the model.

    version_id?: number

    ID of the version.

    year_id?: number

    ID of the year.