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

    Interface EditVideoInfoResponseData

    interface EditVideoInfoResponseData {
        failureList?: EditVideoInfoFailureList[];
        successList?: string[];
    }
    Index

    Properties

    failureList?: EditVideoInfoFailureList[]

    The list of video_upload_id edit failed.

    successList?: string[]

    The list of video_upload_id edit successfully.