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

    Interface GetProfileResponseData

    GetProfileResponseData sub-interface for GetProfileResponse

    interface GetProfileResponseData {
        description?: string;
        invoice_issuer?: string;
        shop_logo?: string;
        shop_name?: string;
    }
    Index

    Properties

    description?: string

    The content of the shop description.

    invoice_issuer?: string

    The invoice issuer information for the shop. It could be "Shopee" or "Other" as the invoice issuer. This is for BR CNPJ seller only.

    shop_logo?: string

    The Image URL of the shop logo.

    shop_name?: string

    The content of the shop name.