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

    Interface GetEscrowDetailBatchSellerProductRebate

    GetEscrowDetailBatchSellerProductRebate sub-interface for GetEscrowDetailBatchOrderIncome

    interface GetEscrowDetailBatchSellerProductRebate {
        amount?: number;
        commission_fee_offset?: number;
        service_fee_offset?: number;
    }
    Index

    Properties

    amount?: number

    This is the portion of Shopee rebate borne by seller.

    commission_fee_offset?: number

    This is the offset to gross commission fee, reducing it to the net value.

    service_fee_offset?: number

    This is the offset to gross service fee, reducing it to the net value.