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

    Interface InitGlobalTierVariationResponse

    Response for initializing tier variation

    interface InitGlobalTierVariationResponse {
        error: string;
        message: string;
        request_id: string;
        response: {
            model_list: { global_model_id: number; tier_index: number[] }[];
        };
        result?: {
            model_list: { global_model_id: number; tier_index: number[] }[];
        };
    }

    Hierarchy (View Summary)

    • FetchResponse<
          { model_list: { global_model_id: number; tier_index: number[] }[] },
      >
      • InitGlobalTierVariationResponse
    Index

    Properties

    error: string
    message: string
    request_id: string
    response: { model_list: { global_model_id: number; tier_index: number[] }[] }

    Type Declaration

    • model_list: { global_model_id: number; tier_index: number[] }[]

      List of created models

    result?: { model_list: { global_model_id: number; tier_index: number[] }[] }

    Type Declaration

    • model_list: { global_model_id: number; tier_index: number[] }[]

      List of created models