Skip to main content

shop_authorization_canceled_push

Last Updated: 29 Dec 2025

Basics

PropertyValue
CategoryShopee Push
Push Mechanism Nameshop_authorization_canceled_push
Push Mechanism Code2
Push Mechanism DescriptionThis push allows you to be notified once shops or merchants or users are deauthorized to your app
Push Mechanism Subscription RulesOriginal/ERP 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
partner_idint64200000Shopee's unique identifier for your App. Partner ID is assigned upon registration is successful.
codeint322Shopee's unique identifier for a push notification
timestamptimestamp1610000000timestamp: Timestamp that indicates the message was sent.
dataobject[]
shop_idint64600000[Optional] Shopee's unique identifier for a shop. It indicates which shop has been cancel authorization.
shop_id_listint64[][6000000,60000001][Optional] Shopee's unique identifier for a shop. It indicates which shops have been cancel authorization.
merchant_idint64600000[Optional] Shopee's unique identifier for a merchant. It indicates which merchant has been cancel authorization.
merchant_id_listint64[][6000000,60000001][Optional] Shopee's unique identifier for a merchant. It indicates which merchants have been cancel authorization.
user_idint64368765104[Optional] Shopee's unique identifier for a user. It indicates which user has been cancel authorization.
user_id_listint64[][368765100, 368765098, 368765097][Optional] Shopee's unique identifier for a user. It indicates which users have been cancel authorization.
authorize_typestringshop authorization by userIn which way the authorization is cancelled
extrastringshop id 600000 (SG) has been authorizedDetails of the deauthorization
main_account_idint6460000[Optional] Shopee's unique identifier for a main account. If a seller uses a main account to cancel authorize, it would have this parameter to indicate which main account seller use to cancel authorize.
successint321Indicates if the push is success

Shop authorization canecled by seller

Json

{"data":{"authorize_type":"user cancel shop authorization","success":1,"extra":"shop id 22000000 (VN) has been cancelled its authorization"},"code":2,"partner_id":800000,"timestamp":1653394175}

Seller uses a main account to cancel the authorization

Json

{"data":{"authorize_type":"user cancel merchant authorization","merchant_id_list":[1001000],"main_account_id":19000,"success":1,"extra":"merchant shop cancelled its authorization"},"code":2,"partner_id":800000,"timestamp":1653026849}

Authorization expired

Json

{"data":{"authorize_type":"expiry","shopid":22000000,"success":1,"extra":"The authorization is expired."},"code":2,"partner_id":800000,"timestamp":1653026985}

Deauthorization because of abnormal shop status

Json

{"data":{"authorize_type":"App status is abnormal","shopid":22000000,"success":1,"extra":"Shop ID 22000000 is currently frozen. The authorization cannot be completed."},"code":2,"partner_id":800000,"timestamp":1653026985}

Deauthorization because Shop and main account are disconnected

Json

{"data":{"authorize_type":"shop and main account is disconnected","shopid":22000000,"success":1,"extra":"Shop (ID: 22000000) is disconnected from the main seller account (ID:30000). The authorization cannot be completed."},"code":2,"partner_id":800000,"timestamp":1653026985}

Update Log

DateUpdate Details
2022-08-18New Push Mechanism