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

    Interface VehicleInfo

    Vehicle information for compatibility

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