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

    Interface GetConversionReportItem

    GetConversionReportItem sub-interface for GetConversionReportList

    interface GetConversionReportItem {
        attr_campaign_id?: number;
        item_brand_commission?: string;
        item_brand_commission_rate_to_affiliate?: string;
        item_brand_commission_rate_to_mcn?: string;
        item_brand_commission_to_affiliate?: string;
        item_brand_commission_to_mcn?: string;
        item_id?: number;
        item_name?: string;
        l1_category_id?: number;
        l2_category_id?: number;
        l3_category_id?: number;
        model_id?: number;
        price?: number;
        promotion_id?: string;
        purchase_value?: number;
        qty?: number;
        refund_amount?: string;
        seller_campaign_type?: string;
        seller_service_fee?: string;
        seller_service_fee_rate?: string;
    }
    Index

    Properties

    attr_campaign_id?: number

    Campaign attribute ID associated with the order.

    item_brand_commission?: string

    Commission (amount) for the item, paid by the seller.

    item_brand_commission_rate_to_affiliate?: string

    Commission rate allocated to the affiliate for the item.

    item_brand_commission_rate_to_mcn?: string

    Commission rate allocated to the MCN for the item.

    item_brand_commission_to_affiliate?: string

    Commission (amount) allocated to the affiliate for the item.

    item_brand_commission_to_mcn?: string

    Commission (amount) allocated to the MCN for the item.

    item_id?: number

    Unique identifier of the item in the order.

    item_name?: string

    Name of the item in the order.

    l1_category_id?: number

    Level-1 global category id classification of the item.

    l2_category_id?: number

    Level-2 global category id classification of the item.

    l3_category_id?: number

    Level-3 global category id classification of the item.

    model_id?: number

    SKU/model identifier for the item.

    price?: number

    Item price in cents (or smallest currency unit).

    promotion_id?: string

    Identifier of the promotion campaign linked to the order.

    purchase_value?: number

    Total purchase value of the order in cents (or smallest currency unit).

    qty?: number

    Quantity of the item purchased.

    refund_amount?: string

    Amount refunded for the order.

    seller_campaign_type?: string

    Type of seller campaign:1. Seller Open Campaign – Open to all affiliates.2. Seller Target Campaign – Restricted to designated affiliates.

    seller_service_fee?: string

    Seller service fee amount charged for the item.seller_service_fee = item_brand_commission * seller_service_fee_rate

    seller_service_fee_rate?: string

    Seller service fee rate applied to the item.