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

    Interface GetItemPromotionPromotion

    GetItemPromotionPromotion sub-interface for GetItemPromotionSuccess

    interface GetItemPromotionPromotion {
        end_time?: number | Date;
        model_id?: number;
        promotion_id?: any;
        promotion_price_info?: GetItemPromotionPromotionPriceInfo[];
        promotion_staging?: string | number;
        promotion_stock_info_v2?: GetItemPromotionPromotionStockInfoV2;
        promotion_type?: string;
        start_time?: number | Date;
    }
    Index

    Properties

    end_time?: number | Date

    Promotion end item.

    model_id?: number

    The identity of product model.

    promotion_id?: any

    The identity of item promotion.

    promotion_price_info?: GetItemPromotionPromotionPriceInfo[]

    Promotion price info.

    promotion_staging?: string | number

    Could be ongoing/upcoming

    promotion_stock_info_v2?: GetItemPromotionPromotionStockInfoV2

    new promotion stock

    promotion_type?: string

    Promotion type, Applicable values: See Data Definition- PromotionType.

    start_time?: number | Date

    Promotion start tiem.