Skip to main content

v2.push.get_app_push_config

GET /api/v2/push/get_app_push_config

you can get your app current push config setting through this api

Endpoint URL

URL: https://partner.shopeemobile.com/api/v2/push/get_app_push_config

Common Request Parameters

NameTypeSampleDescription
partner_idint1Partner ID is assigned upon registration is successful. Required for all requests.
timestamptimestamp1610000000This is to indicate the timestamp of the request. Required for all requests. Expires in 5 minutes.
signstringe318d3e932719916a9f9ebb57e2011961bd47abfa54a36e040d050d8931596e2Signature generated by partner_id, api path, timestamp and partner_key via HMAC-SHA256 hashing algorithm. More details: https://open.shopee.com/documents?module=87&type=2&id=58&version=2

No Request Parameters Set.

Response Parameters

NameTypeSampleDescription
request_idstringb937c04e554847789cbf3fe33a0ad5f1The identifier for an API request for error tracking.
errorstringcommon.error_authIndicate error type if hit error. Empty if no error happened.
messagestringInvalid signIndicate error details if hit error. Empty if no error happened.
responseobjectDetail informations you are querying.
callback_urlstringhttps://open.shopee.com/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_statusstringsuspendedlive push status:Normal,Warning,Suspended
suspended_timetimestamp1577416181The live push suspended time caused by low successful rate of push mechanism.Only when live push status is suspended, this parameters will response.
blocked_shop_idint[][10010,20020,30030]Use this filed to indicate that Shopee won't send any push message created by this shop.
push_config_on_listint[][1,2,3]Use this field to indicate which push config turn on, and you can receive the push message. 1=Shop authorization for partners 2=Shop deauthorization for partners 3=Order status update push 4=TrackingNo push 5=Shopee Updates 6=Banned item push 7=item promotion push 8=reserved stock change push 9=promotionn update push 10=webchat push 11=video upload push 12=openapi authorization expiry push 13=brand register result
push_config_off_listint[][4,5,6,7,8,9,10,11,12,13]Use this field to indicate which push config turn on, and you can receive the push message. 1=Shop authorization for partners 2=Shop deauthorization for partners 3=Order status update push 4=TrackingNo push 5=Shopee Updates 6=Banned item push 7=item promotion push 8=reserved stock change push 9=promotionn update push 10=webchat push 11=video upload push 12=openapi authorization expiry push 13=brand register result