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

    Interface ShowItem

    Show item information

    interface ShowItem {
        image_url: string;
        item_id: number;
        name: string;
        price_info: PriceInfo;
        shop_id: number;
    }
    Index

    Properties

    image_url: string

    Image URL

    item_id: number

    Shopee's unique identifier for an item

    name: string

    Item name

    price_info: PriceInfo

    Price information

    shop_id: number

    The shop id of this item