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

    Interface GetReturnDetailUser

    GetReturnDetailUser sub-interface for GetReturnDetailResponseData

    interface GetReturnDetailUser {
        email?: string;
        portrait?: string;
        username?: string;
    }
    Index

    Properties

    email?: string

    Buyer's email, will be empty if it is a non-integrated return in TW region.

    portrait?: string

    Buyer's portrait, will be empty if it is a non-integrated return in TW region.

    username?: string

    Buyer's nickname, will be masked as "****" if it is a non-integrated return in TW region.