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

    Type Alias UpdateGlobalTierVariationParams

    Parameters for updating tier variation

    type UpdateGlobalTierVariationParams = {
        global_item_id: number;
        tier_variation: {
            name: string;
            option_list: { image?: { image_id: string }; option: string }[];
        }[];
    }
    Index

    Properties

    global_item_id: number

    Global item ID

    tier_variation: {
        name: string;
        option_list: { image?: { image_id: string }; option: string }[];
    }[]

    Tier variation list

    Type Declaration

    • name: string

      Tier variation name

    • option_list: { image?: { image_id: string }; option: string }[]

      List of options