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

    Interface BatchAddItemVehicleInfo

    BatchAddItemVehicleInfo sub-interface for BatchAddItemCompatibilityInfo

    interface BatchAddItemVehicleInfo {
        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.