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

    Interface GetAppPushConfigResponseData

    GetAppPushConfigResponseData sub-interface for GetAppPushConfigResponse

    interface GetAppPushConfigResponseData {
        blocked_shop_id?: number[];
        callback_url?: string;
        live_push_status?: string;
        push_config_off_list?: number[];
        push_config_on_list?: number[];
        suspended_time?: number | Date;
    }
    Index

    Properties

    blocked_shop_id?: number[]

    Use this filed to indicate that Shopee won't send any push message created by this shop.

    callback_url?: string

    The callback url of push mechanism. It is the address where the Shopee will send the push message to. If you don't set any callback_url before, this parameters is required.

    live_push_status?: string

    live push status:Normal,Warning,Suspended

    push_config_off_list?: number[]

    Use this field to indicate which push config turn on, and you can receive the push message.1=Shop authorization for partners2=Shop deauthorization for partners3=Order status update push4=TrackingNo push5=Shopee Updates6=Banned item push7=item promotion push8=reserved stock change push9=promotionn update push10=webchat push11=video upload push12=openapi authorization expiry push13=brand register result

    push_config_on_list?: number[]

    Use this field to indicate which push config turn on, and you can receive the push message.1=Shop authorization for partners2=Shop deauthorization for partners3=Order status update push4=TrackingNo push5=Shopee Updates6=Banned item push7=item promotion push8=reserved stock change push9=promotionn update push10=webchat push11=video upload push12=openapi authorization expiry push13=brand register result

    suspended_time?: number | Date

    The live push suspended time caused by low successful rate of push mechanism.Only when live push status is suspended, this parameters will response.