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

    Interface GetPayoutInfoRequest

    Request parameters for get_payout_info

    This is a new API which applicable for Cross Border (CB) sellers only to get the shop's payout data, will be used for the original API v2.get_payout_details replacement, we provide data such as the payout amount, currency, FX rate, the payout's associated order income and adjustment records etc.

    interface GetPayoutInfoRequest {
        cursor: string;
        page_size: number;
        payout_time_from: number | Date;
        payout_time_to: number | Date;
    }
    Index

    Properties

    cursor: string

    Specifies the starting entry of data to return in the current call. Default is "". If data is more than one page, the offset can be some entry to start next call.

    page_size: number

    Number of pages returned max:100

    payout_time_from: number | Date

    Start time. Maximum time range is 15 days

    payout_time_to: number | Date

    Payout End time