Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Type Alias UpdateProfileParams

    Parameters for updating shop profile This API support to let sellers to update the shop name, shop logo, and shop description.

    type UpdateProfileParams = {
        description?: string;
        shop_logo?: string;
        shop_name?: string;
    }
    Index

    Properties

    description?: string

    The new shop description

    shop_logo?: string

    The new shop logo url. Recommend to use images

    shop_name?: string

    The new shop name