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

    Interface ItemBaseInfo

    Base information for an item

    interface ItemBaseInfo {
        attribute_list?: Attribute[];
        authorised_brand_id?: number;
        brand?: BrandInfo;
        category_id: number;
        certification_info?: CertificationInfo[];
        compatibility_info?: CompatibilityInfo;
        complaint_policy?: ComplaintPolicy;
        condition?: string;
        create_time: number;
        deboost?: boolean;
        description?: string;
        description_info?: DescriptionInfo;
        description_type?: string;
        dimension?: Dimension;
        gtin_code?: string;
        has_model: boolean;
        image?: ImageInfo;
        is_fulfillment_by_shopee?: boolean;
        item_dangerous?: number;
        item_id: number;
        item_name: string;
        item_sku?: string;
        item_status: ItemStatus;
        logistic_info?: LogisticInfo[];
        pre_order?: PreOrder;
        price_info?: PriceInfo[];
        promotion_id?: number;
        promotion_image?: PromotionImage;
        scheduled_publish_time?: number;
        size_chart?: string;
        size_chart_id?: number;
        ssp_id?: number;
        stock_info_v2?: StockInfoV2;
        tax_info?: TaxInfo;
        update_time: number;
        video_info?: VideoInfo[];
        weight?: string;
        wholesales?: Wholesale[];
    }
    Index

    Properties

    attribute_list?: Attribute[]

    List of attributes

    authorised_brand_id?: number

    ID of authorised reseller brand.

    brand?: BrandInfo

    Brand information.

    category_id: number

    Shopee's unique identifier for a category.

    certification_info?: CertificationInfo[]

    Certification information

    compatibility_info?: CompatibilityInfo

    Compatibility information

    complaint_policy?: ComplaintPolicy

    Complaint policy. Only returned for local PL sellers, and need_complaint_policy in request is true.

    condition?: string

    Is it second-hand. NEW/USED

    create_time: number

    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

    description_info?: DescriptionInfo

    Description information. Only whitelist sellers can use it.

    description_type?: string

    Type of description: normal, extended.

    dimension?: Dimension

    The dimension of this item.

    gtin_code?: string

    GTIN code for BR region. "00" means item without GTIN.

    has_model: boolean

    Does it contain model.

    image?: ImageInfo

    Image information

    is_fulfillment_by_shopee?: boolean

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

    item_dangerous?: number

    Item dangerous status (0: non-dangerous, 1: dangerous). Indonesia and Malaysia local sellers only.

    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_status: ItemStatus

    Current status of the item.

    logistic_info?: LogisticInfo[]

    The logistics list.

    pre_order?: PreOrder

    Pre-order details.

    price_info?: PriceInfo[]

    Price information. If item has models, this is not returned. Use get_model_list instead.

    promotion_id?: number

    Promotion ID

    promotion_image?: PromotionImage

    Promotion image details

    scheduled_publish_time?: number

    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.

    stock_info_v2?: StockInfoV2

    New stock object

    tax_info?: TaxInfo

    Tax information. Only returned if need_tax_info in request is true.

    update_time: number

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

    video_info?: VideoInfo[]

    Info of video list.

    weight?: string

    The weight of this item, the unit is KG.

    wholesales?: Wholesale[]

    The wholesales tier list.