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

    Interface RegisterBrandResponse

    Response for registering a brand

    interface RegisterBrandResponse {
        error: string;
        message: string;
        request_id: string;
        response: { brand_id: number; original_brand_name: string };
        result?: { brand_id: number; original_brand_name: string };
    }

    Hierarchy (View Summary)

    • FetchResponse<{ brand_id: number; original_brand_name: string }>
      • RegisterBrandResponse
    Index

    Properties

    error: string
    message: string
    request_id: string
    response: { brand_id: number; original_brand_name: string }

    Type Declaration

    • brand_id: number

      Brand ID

    • original_brand_name: string

      Original brand name

    result?: { brand_id: number; original_brand_name: string }

    Type Declaration

    • brand_id: number

      Brand ID

    • original_brand_name: string

      Original brand name