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

    Interface GetVideoListItem

    GetVideoListItem sub-interface for GetVideoListList

    interface GetVideoListItem {
        custom_item_name?: string;
        item_cover_image_url?: string;
        item_id?: number;
        item_name?: string;
        max_price?: number;
        min_price?: number;
        shop_id?: number;
        stock?: number;
    }
    Index

    Properties

    custom_item_name?: string

    Name of the item displayed on Shopee Video (max 255 characters).

    item_cover_image_url?: string

    Cover image url of the item.

    item_id?: number

    Shopee's unique identifier for an item.

    item_name?: string

    Name of the item.

    max_price?: number

    Max price of the item.

    min_price?: number

    Min price of the item.

    shop_id?: number

    Shopee's unique identifier for a shop of the item.

    stock?: number

    Stock of the item.