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

    Interface GetShopSalesPerformanceDetailDetail

    interface GetShopSalesPerformanceDetailDetail {
        atp_live_skus_l1d: number;
        atp_live_skus_l30d: number;
        atp_top_skus_l1d: number;
        atp_top_skus_l30d: number;
        average_basket_size: number;
        average_selling_price: number;
        currency: string;
        flash_sale_orders: number;
        flash_sale_sales: number;
        flash_sale_units_sold: number;
        item_conversion_rate: number;
        items_per_order: number;
        order_conversion_rate: number;
        orders: number;
        product_clicks: number;
        product_views: number;
        sales: number;
        shop_id: number;
        shop_name: string;
        shop_region_code: string;
        unique_visitors: number;
        units_sold: number;
        voucher_buyers: number;
        voucher_cir: number;
        voucher_cost: number;
        voucher_sales: number;
        voucher_usage_rate: number;
    }
    Index

    Properties

    atp_live_skus_l1d: number

    Average daily ATP% of all GMV-contributing SKUs in the selected timeframe, the data will begin from 2023-10-01.

    atp_live_skus_l30d: number

    Average ATP% of all-GMV SKUs over a rolling 30-day period in the selected timeframe, the data will begin from 2023-10-01.

    atp_top_skus_l1d: number

    Average daily ATP% of top 80% GMV-contributing SKUs in the selected timeframe, the data will begin from 2023-10-01.

    atp_top_skus_l30d: number

    Average ATP% of top 80% GMV SKUs over a rolling 30-day period in the selected timeframe, the data will begin from 2023-10-01.

    average_basket_size: number

    Average Basket Size = Sales ÷ Orders. It measures average sales per order

    average_selling_price: number

    Average selling price=Sales ÷ Units Sold. It measures average sales per unit.

    currency: string

    currency code used for all monetary metrics of this shop item

    flash_sale_orders: number

    The number of placed orders, including unpaid orders.This includes flash sales done by seller and platform.

    flash_sale_sales: number

    Total flash sale order value (paid and unpaid) within the selected time period (done by both seller and platform flash sale), reflecting the sales amount received by sellers after deducting seller rebates. Note: This value includes sales from cancelled and return/refund orders.

    flash_sale_units_sold: number

    The number of units associated with the orders placed, including unpaid orders.This includes flash sales done by seller and platform.

    item_conversion_rate: number

    Item conversion rate = Units Sold ÷ Product Views.

    items_per_order: number

    Items Per Order = Units Sold ÷ Orders. It measures the average number of items sold per transaction.

    order_conversion_rate: number

    Number of orders divided by total number of product clicks, over the selected time period. This metric is only available after 31/12/2023

    orders: number

    The number of placed orders, including unpaid orders.

    product_clicks: number

    Total number of times your item cards were clicked over the selected time period, on both App and PC. This metric is only available after 31/12/2023.

    product_views: number

    The number of visits to the product page.

    sales: number

    Total order value (paid and unpaid) within the selected time period, reflecting the sales amount received by sellers after deducting seller rebates. Note: This value includes sales from cancelled and return/refund orders.

    shop_id: number

    Shop identifier.

    shop_name: string

    Shop name.

    shop_region_code: string

    Shop region code.

    unique_visitors: number

    Total number of unique visitors who viewed your shop, product detail pages, or item cards in Live or Video over the selected time period. Multiple views of one page by the same visitor is counted as 1 unique visitor. This metric is only available after 31/12/2023

    units_sold: number

    The number of units associated with the orders placed, including unpaid orders.

    voucher_buyers: number

    Total number of unique buyers who applied your vouchers at least once, in all placed orders over the selected time period.

    voucher_cir: number

    Cost to Income Ratio (Voucher Cost/Gross Sales) measures the cost of vouchers relative to the revenue generated by the voucher from the sales of your shop's products.

    voucher_cost: number

    Total cost of vouchers applied at checkout, including shipping fees and excluding other promotions, over the selected time period.

    voucher_sales: number

    Total value of all placed orders using your vouchers, including shipping fees and excluding other promotions, over the selected time period.

    voucher_usage_rate: number

    Usage Rate = Vouchers Redeemed / Vouchers Claimed * 100%