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

    Interface RegisterBrandRequest

    Request parameters for register_brand

    Use this call to register a brand.

    interface RegisterBrandRequest {
        additional_information?: string;
        app_logo_image_id?: string;
        brand_description?: string;
        brand_region: string;
        brand_registration_website?: string;
        brand_website?: string;
        category_list: number[];
        licenses?: RegisterBrandLicense[];
        original_brand_name: string;
        pc_logo_image_id?: string;
        product_image: RegisterBrandProductImage;
    }
    Index

    Properties

    additional_information?: string

    Additional notes or comment can seller can add, length<=254.

    app_logo_image_id?: string

    Image_id of logo for app client,please input hashcode of this picture.

    brand_description?: string

    The description of this brand, can input the information, length<=254.

    brand_region: string

    origin region of brand.

    brand_registration_website?: string

    The link to brand registration website, It is mandatory when brand name hit blacklist.len<254

    brand_website?: string

    Official website of brand, length<=254.

    category_list: number[]

    Category_id list for this brand, please input category in L1 or L2. Max input num of category_id is 50.

    For appeal blacklisted brand data

    original_brand_name: string

    Brand name, length<=254.

    pc_logo_image_id?: string

    Image_id of logo for pc client,please input hashcode of this picture.