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

    Interface GetItemBaseInfoItem

    GetItemBaseInfoItem sub-interface for GetItemBaseInfoResponseData

    interface GetItemBaseInfoItem {
        attribute_list?: GetItemBaseInfoAttribute[];
        authorised_brand_id?: number;
        brand?: GetItemBaseInfoBrand;
        category_id?: number;
        certification_info?: GetItemBaseInfoCertificationInfo;
        compatibility_info?: GetItemBaseInfoCompatibilityInfo;
        condition?: string;
        create_time?: number | Date;
        deboost?: boolean;
        description?: string;
        dimension?: GetItemBaseInfoDimension;
        gtin_code?: string;
        has_model?: boolean;
        has_promotion?: boolean;
        image?: GetItemBaseInfoImage;
        is_fulfillment_by_shopee?: boolean;
        item_dangerous?: number;
        item_id?: number;
        item_name?: string;
        item_sku?: string;
        item_status?: string;
        logistic_info?: GetItemBaseInfoLogisticInfo[];
        medicine_id?: number;
        pre_order?: GetItemBaseInfoPreOrder;
        price_info?: GetItemBaseInfoPriceInfo[];
        promotion_image?: GetItemBaseInfoPromotionImage;
        purchase_limit_info?: GetItemBaseInfoPurchaseLimitInfo;
        scheduled_publish_time?: number | Date;
        size_chart?: string;
        size_chart_id?: number;
        ssp_id?: number;
        tag?: GetItemBaseInfoTag;
        update_time?: number | Date;
        video_info?: GetItemBaseInfoVideoInfo[];
        weight?: string;
        wholesales?: GetItemBaseInfoWholesale[];
    }
    Index

    Properties

    attribute_list?: GetItemBaseInfoAttribute[]
    authorised_brand_id?: number

    ID of authorised reseller brand.

    category_id?: number

    Shopee's unique identifier for a category.

    For PH product certification inputRequired for some category and attribute option

    condition?: string

    Is it second-hand.

    create_time?: number | Date

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

    deboost?: boolean

    If deboost is true, means that the item's search ranking is lowered.

    description?: string

    if description_type is normal , Description information will be returned through this field,else description will be empty

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

    gtin_code?: string

    gtin code for br region, will return this code only item has default modelNote: gtin_code = "00" means that this item is “Item without GTIN”

    has_model?: boolean

    Does it contain model.

    has_promotion?: boolean

    Indicates whether the item is currently under any ongoing promotion.

    is_fulfillment_by_shopee?: boolean

    return true if the item only has a default model and it is FBS model

    item_dangerous?: number

    This field is only applicable for local sellers in Indonesia and Malaysia. Use this field to identify whether a product is a dangerous product. 0 for non-dangerous product and 1 for dangerous product. For more information, please visit the market's respective Seller Education Hub.

    item_id?: number

    Shopee's unique identifier for an item.

    item_name?: string

    Name of the item in local language.

    item_sku?: string

    An 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.

    item_status?: string

    Enumerated type that defines the current status of the item. Applicable values: NORMAL, BANNED, UNLIST, SELLER_DELETE, SHOPEE_DELETE, REVIEWING.

    logistic_info?: GetItemBaseInfoLogisticInfo[]

    The logistics list.

    medicine_id?: number

    [Only for ID local sellers] as a unique identifier for each standardized medicine.

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

    purchase_limit_info?: GetItemBaseInfoPurchaseLimitInfo

    purchase limit info

    scheduled_publish_time?: number | Date

    Scheduled publish time of this item.

    size_chart?: string

    Url of size chart image.

    size_chart_id?: number

    id of new size chart.

    ssp_id?: number

    Shopee's unique identifier for Shopee Standard Product.

    update_time?: number | Date

    Timestamp that indicates the last time that there was a change in value of the item, such as price/stock change.

    Info of video list.

    weight?: string

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

    The wholesales tier list.