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

    Interface GetItemPromotionResponseData

    GetItemPromotionResponseData sub-interface for GetItemPromotionResponse

    interface GetItemPromotionResponseData {
        failure_list?: GetItemPromotionFailure[];
        success_list?: GetItemPromotionSuccess[];
    }
    Index

    Properties

    failure_list?: GetItemPromotionFailure[]

    Fail item promotion info.

    success_list?: GetItemPromotionSuccess[]

    Success item promotion info.