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

    Interface TotalIncome

    interface TotalIncome {
        pending_amount?: number;
        released_amount?: number;
        to_release_amount?: number;
    }
    Index

    Properties

    pending_amount?: number

    Total amount pending release (Local: orders before ESCROW_PAID; CB: orders before ESCROW_PAYOUT).

    released_amount?: number

    Total amount successfully released to the seller.

    to_release_amount?: number

    Amount queued for release in the next payout cycle (CB only). Not applicable for Local shops.