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

    Interface GetVideoDetailItemList

    interface GetVideoDetailItemList {
        customItemName?: string;
        itemCoverImageUrl?: string;
        itemId?: number;
        itemName?: string;
        maxPrice?: number;
        minPrice?: number;
        shopId?: number;
        stock?: number;
    }
    Index

    Properties

    customItemName?: string

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

    itemCoverImageUrl?: string

    Cover image url of the item.

    itemId?: number

    Shopee's unique identifier for an item.

    itemName?: string

    Name of the item.

    maxPrice?: number

    Max price of the item.

    minPrice?: number

    Min price of the item.

    shopId?: number

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

    stock?: number

    Stock of the item.