Skip to main content

open_api_authorization_expiry

Last Updated: 29 Dec 2025

Basics

PropertyValue
CategoryShopee Push
Push Mechanism Nameopen_api_authorization_expiry
Push Mechanism Code12
Push Mechanism DescriptionPush shops, merchants, and users whose authorization expires within a week.
Push Mechanism Subscription RulesERP System/Seller In House System/Product Management/Order Management/Accounting And Finance/Marketing/Customer Service/Customized APP/Ads Service/Consignment Service System/Seller Logistics/Custom APP/Swam ERP/Livestream Management/Ads Facil/Affiliate Marketing Solution Management/Shopee Video Management
Time Out Seconds3s
Sequence GuaranteedNo
Can Repeated Same MessageYes
Retry Seconds300s,1800s,10800s

Push Parameters

NameTypeSampleDescription
codeint3212Shopee's unique identifier for a push notification
timestamptimestamp1568606634Timestamp that indicates the message was sent.
dataobject[]
merchant_expire_soonint64[][123123,123123,4342,3242342]The merchant id of the merchants whose authorization expires within one week.
shop_expire_soonint64[][23213,243242,342343,42342345656,45345]The shop id of the shops whose authorization expires within one week.
user_expire_soonint64[][368765104, 368765105, 368765106]The user_id of the users whose authorization expires within one week.
expire_beforetimestamp1619740800The expiration time of pushed merchants and shops is before this time
page_noint321
total_pageint322

Json

{
"code": 12,
"timestamp": 1568606634,
"data": {
"merchant_expire_soon":[123123,123123,4342,3242342],
"shop_expire_soon": [23213,243242,342343,42342345656,45345],
"user_expire_soon": [368765104,368765105,368765106],
"expire_before": 1619740800,
"page_no":1,
"total_page": 2
}
}

Update Log

DateUpdate Details
2022-08-18New Push Mechanism