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

    Interface GetTargetedCampaignAddableProductListItem

    GetTargetedCampaignAddableProductListItem sub-interface for GetTargetedCampaignAddableProductListResponseData

    interface GetTargetedCampaignAddableProductListItem {
        display_price?: string;
        is_in_blacklist?: boolean;
        item_id?: number;
        item_name?: string;
        sales?: number;
        stock?: number;
    }
    Index

    Properties

    display_price?: string

    The display_price of the current item.

    is_in_blacklist?: boolean

    Is the current item in the blacklist.

    item_id?: number

    The unique key for item.

    item_name?: string

    The name of the current item.

    sales?: number

    The sold of the current item.

    stock?: number

    The stock of the current item.