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

    Interface GetEscrowDetailKitItem

    GetEscrowDetailKitItem sub-interface for GetEscrowDetailItem

    interface GetEscrowDetailKitItem {
        original_model_id?: number;
        original_price?: number;
        original_product_id?: number;
        proportional_price?: number;
        total_qty?: number;
    }
    Index

    Properties

    original_model_id?: number

    The merchant product model of the item within the kit. (only for BR local seller)

    original_price?: number

    The price of the item when it is listed as a standalone item. (only for BR local seller)

    original_product_id?: number

    The merchant item identifier of the product within the kit (only for BR local seller)

    proportional_price?: number

    The price of the item when it is listed within the kit (i.e. proportionally distributed) (only for BR local seller)

    total_qty?: number

    The quantity of this specific component within the kit. (only for BR local seller)