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

    Interface GetClipVideoPerformanceVideo

    GetClipVideoPerformanceVideo sub-interface for GetClipVideoPerformanceRequest

    interface GetClipVideoPerformanceVideo {
        currency?: string;
        shop_id: number;
        video_ids: number[];
    }
    Index

    Properties

    currency?: string

    Currency used for amount-based metrics for the specified videos.Limitations:- Optional for every object in video_list.- Supported values are LOCAL and USD.- Invalid currency values are rejected as invalid_parameter.- Defaults to USD when omitted.

    shop_id: number

    Shop identifier that owns the specified videos.Limitations:- Required for every object in video_list.- Must belong to the specified principal_id.

    video_ids: number[]

    List of video identifiers to be queried under the specified shop.Limitations:- Required for every object in video_list.- Must contain at least one video_id.- Must contain at most 100 video_ids per object.- Null video_id values are rejected.- Duplicate video_id values across the whole request are rejected.- Across the whole request, the total number of unique video_ids must not exceed 100.