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

    Interface UpdateProfileResponseData

    UpdateProfileResponseData sub-interface for UpdateProfileResponse

    interface UpdateProfileResponseData {
        description?: string;
        shop_logo?: string;
        shop_name?: string;
    }
    Index

    Properties

    description?: string

    The content of the shop description after updated.

    shop_logo?: string

    The Image URL of the shop logo after updated.

    shop_name?: string

    The content of the shop name after updated.