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

    Interface GetAllVehicleListRequest

    Request parameters for get_all_vehicle_list

    Use this Open API to get all vehicle list.

    interface GetAllVehicleListRequest {
        language?: string | number;
        offset?: number;
        page_size: number;
    }
    Index

    Properties

    language?: string | number

    If language is not uploaded, the default language=en, the following are the languages supported by different markets SG: en ; MY: en / ms-my / zh-hans ; TH: en / th ; VN: en / vi ; PH: en ; TW: en / zh-hant ; ID: en / id ; BR: en / pt-br ; MX: en / es-mx ; CO: en/es-CO ; CL: en/es-CL. Note: For markets that have already launched global tree, Crossboard shop only support returning en and zh-hans language data

    offset?: number

    Specifies the starting entry of data to return in the current call. Default is 0, if data is more than one page, the offset can be some entry to start next call.

    page_size: number

    The size of one page. Max=100