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

    Interface GetItemListList

    GetItemListList sub-interface for GetItemListResponseData

    interface GetItemListList {
        affiliate_info?: GetItemListAffiliateInfo;
        image_url?: string;
        item_id?: number;
        item_no?: number;
        name?: string;
        price_info?: GetItemListPriceInfo;
        shop_id?: number;
    }
    Index

    Properties

    affiliate_info?: GetItemListAffiliateInfo
    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.

    name?: string

    Name of the item in local language.

    shop_id?: number

    The shop id of this item.