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

    Interface GetShopSalesPerformanceDetailShop

    GetShopSalesPerformanceDetailShop sub-interface for GetShopSalesPerformanceDetailRequest

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

    Properties

    Properties

    currency?: string

    Currency used for amount-based metrics for the shop.Limitations:- Supported values are LOCAL and USD.- Invalid currency values are rejected as invalid_parameter.- default USD

    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.