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

    Interface GetGlobalItemInfoGlobalItem

    GetGlobalItemInfoGlobalItem sub-interface for GetGlobalItemInfoResponseData

    interface GetGlobalItemInfoGlobalItem {
        attribute_list?: GetGlobalItemInfoAttribute[];
        brand?: GetGlobalItemInfoBrand;
        category_id?: number;
        condition?: string;
        create_time?: number | Date;
        description?: string;
        description_info?: GetGlobalItemInfoDescriptionInfo;
        description_type?: any;
        dimension?: GetGlobalItemInfoDimension;
        global_item_id?: number;
        global_item_name?: string;
        global_item_sku?: string;
        global_item_status?: string;
        has_model?: boolean;
        image?: GetGlobalItemInfoImage;
        is_fulfillment_by_shopee?: boolean;
        pre_order?: GetGlobalItemInfoPreOrder;
        price_info?: GetGlobalItemInfoPriceInfo[];
        size_chart?: string;
        size_chart_id?: number;
        stock_info?: GetGlobalItemInfoStockInfo[];
        update_time?: number | Date;
        video?: GetGlobalItemInfoVideo;
        weight?: string;
    }
    Index

    Properties

    attribute_list?: GetGlobalItemInfoAttribute[]
    category_id?: number

    Shopee's unique identifier for a category.

    condition?: string

    Is it second-hand.

    create_time?: number | Date

    Timestamp that indicates the date and time that the global item was created.

    description?: string

    Description of the global item.

    New description field.New description field. Only whitelist sellers can use it. If you use the field, please upload the description_type=extended otherwise api will return error. If you don't use this field, you don't need to upload the description_type or upload description_type=normal

    description_type?: any

    Type of description : values: See Data Definition- description_type (normal , extended).

    The dimension of this global item.If set the dimension of global models under this global item, will return the dimension with largest volume calculated by heightlengthwidth during the switching period to ensure system compatibility, please switch to call v2.global_product.get_global_model_list to get the dimension of models.

    global_item_id?: number

    Shopee's unique identifier for an global item.

    global_item_name?: string

    Name of the global item.

    global_item_sku?: string

    An global item SKU (stock keeping unit) is an identifier defined by a seller, sometimes called parent SKU. Item SKU can be assigned to an item in Shopee Listings.

    global_item_status?: string

    The current status of the item. You can only query global product with normal status, otherwise api will return error.

    has_model?: boolean

    Does it contain model.

    is_fulfillment_by_shopee?: boolean

    whether item is fulfillment by shopee

    If set the DTS of global models under this item, will return the max DTS of all global models during the switching period to ensure system compatibility, please switch to call v2.global_product.get_global_model_list to get the DTS of models.

    If the item has models, price_info will not be returned. Please get the price of each model through the get_global_model_list api.

    size_chart?: string

    Url of size chart image.

    size_chart_id?: number

    size_chart 模板ID

    If the item has models, this field will not be returned, please get it through get_model_list api.

    update_time?: number | Date

    Timestamp that indicates the last time that there was a change in value of the global item.

    weight?: string

    The weight of this global item, the unit is KG.If set the weight of global models under this item, will return the max weight of all global models during the switching period to ensure system compatibility, please switch to call v2.global_product.get_global_model_list to get the weight of models.