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

    Interface GetEscrowDetailSellerProductRebate

    GetEscrowDetailSellerProductRebate sub-interface for GetEscrowDetailOrderIncome

    interface GetEscrowDetailSellerProductRebate {
        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.