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

    Interface GetReturnDetailNegotiation

    GetReturnDetailNegotiation sub-interface for GetReturnDetailResponseData

    interface GetReturnDetailNegotiation {
        counter_limit?: number;
        latest_offer_amount?: number;
        latest_offer_creator?: string;
        latest_solution?: string;
        negotiation_status?: string;
        offer_due_date?: number | Date;
    }
    Index

    Properties

    counter_limit?: number

    To indicate the remaining counter limit

    latest_offer_amount?: number

    To indicate the refund amount in the latest offer solution

    latest_offer_creator?: string

    To indicate which party made the latest offer

    latest_solution?: string

    To indicate what is the offer solution. See "Data Definition - ReturnSolution"

    negotiation_status?: string

    To indicate whether the seller can negotiate with the buyer. See "Data Definition - NegotiationStatus"

    offer_due_date?: number | Date

    To indicate offer_due_date