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

    Interface InitTierVariationResponse

    Response for initializing tier variations

    interface InitTierVariationResponse {
        error: string;
        message: string;
        request_id: string;
        response: { model_id_list: number[]; warning?: string[] };
        result?: { model_id_list: number[]; warning?: string[] };
    }

    Hierarchy (View Summary)

    • FetchResponse<{ model_id_list: number[]; warning?: string[] }>
      • InitTierVariationResponse
    Index

    Properties

    error: string
    message: string
    request_id: string
    response: { model_id_list: number[]; warning?: string[] }

    Type Declaration

    • model_id_list: number[]

      Created model IDs

    • Optionalwarning?: string[]

      Warning messages

    result?: { model_id_list: number[]; warning?: string[] }

    Type Declaration

    • model_id_list: number[]

      Created model IDs

    • Optionalwarning?: string[]

      Warning messages