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

    Interface GetShowItemItem

    GetShowItemItem sub-interface for GetShowItemResponseData

    interface GetShowItemItem {
        image_url?: string;
        item_id?: number;
        item_no?: number;
        name?: string;
        price_info?: GetShowItemPriceInfo;
        shop_id?: number;
    }
    Index

    Properties

    image_url?: string

    The image url of this item.

    item_id?: number

    Shopee's unique identifier for an item.

    item_no?: number

    The order of this item in the shopping bag of current session, start from 1. Only return item_no when showing item is in the shopping bag of current session.

    name?: string

    Name of the item in local language.

    shop_id?: number

    The shop id of this item.