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

    Interface GetShopVideoPerformanceShop

    GetShopVideoPerformanceShop sub-interface for GetShopVideoPerformanceRequest

    interface GetShopVideoPerformanceShop {
        currency?: string;
        shop_id: number;
    }
    Index

    Properties

    Properties

    currency?: string

    Currency used for amount-based metrics for the shop.Limitations:- Optional for every shop object in shop_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 of the target shop to be queried.Limitations:- Required for every shop object when shop_list is provided as a non-empty array.- Must belong to the specified principal_id.