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

    Interface UpdatePriceResponseData

    UpdatePriceResponseData sub-interface for UpdatePriceResponse

    interface UpdatePriceResponseData {
        failure_list?: UpdatePriceFailure[];
        success_list?: UpdatePriceSuccess[];
    }
    Index

    Properties

    failure_list?: UpdatePriceFailure[]

    Fail model list.

    success_list?: UpdatePriceSuccess[]

    Success model list.