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

    Interface GetReturnDetailSellerCompensation

    GetReturnDetailSellerCompensation sub-interface for GetReturnDetailResponseData

    interface GetReturnDetailSellerCompensation {
        compensation_amount?: number;
        compensation_amount_list?: GetReturnDetailCompensationAmount[];
        seller_compensation_due_date?: number | Date;
        seller_compensation_status?: string;
    }
    Index

    Properties

    compensation_amount?: number

    To indicate the compensation amount that the agent decided

    compensation_amount_list?: GetReturnDetailCompensationAmount[]
    seller_compensation_due_date?: number | Date

    To indicate the deadline for requesting the compensation

    seller_compensation_status?: string

    To indicate whether the seller is eligible for raising a compensation request. See "Data Definition - SellerCompensationStatus"