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

    Interface SetAppPushConfigRequest

    Request parameters for set_app_push_config

    you can turn on or turn off your app push config setting through this open api

    interface SetAppPushConfigRequest {
        blocked_shop_id_list?: number[];
        callback_url?: string;
        set_push_config_off?: number[];
        set_push_config_on?: number[];
    }
    Index

    Properties

    blocked_shop_id_list?: number[]

    Use this filed to set shops that need to be blocked.Please input no more than 500 shop id.

    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.

    set_push_config_off?: number[]

    Turn off Push config, Shopee won't send the push message into the callback url.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

    set_push_config_on?: number[]

    Turn on push config, Shopee will send the push message into the callback url.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