Chuyển tới nội dung chính

violation_item_push

Last Updated: 20 Feb 2025

Thông số cơ bản

PropertyValue
CategoryProduct Push
Push Mechanism Nameviolation_item_push
Push Mechanism Code16
Push Mechanism DescriptionGet notified when item status becomes BANNED or SHOPEE_DELETE, or marked as deboost, including the violation type, violation reason, suggestion and fix deadline time.
Push Mechanism Subscription RulesERP System/Seller In House System/Product Management/Marketing/Swam ERP
Time Out Seconds3s
Sequence GuaranteedNo
Can Repeated Same MessageYes
Retry Seconds300s,1800s,10800s

Tham số Push

TênKiểuMẫuMô tả
dataobjectDữ liệu chính của thông báo push.
item_idint643400133011Mã định danh duy nhất của Shopee cho một sản phẩm.
item_namestringtestTên sản phẩm.
item_statusstringBANNEDEnumerated type that defines the current status of the item. Applicable values: NORMAL, BANNED, UNLIST, SELLER_DELETE, SHOPEE_DELETE, REVIEWING.
deboostbooleantrueNếu deboost là true, nghĩa là thứ hạng tìm kiếm của sản phẩm bị hạ thấp.
item_status_detailsobject[]
violation_typestringProhibited ListingViolation types defined by Shopee. Applicable values:  Prohibited Listing Counterfeit and IP Infringement Spam Inappropriate Image Insufficient Information Mall Listing Improvement Other Listing Improvement
violation_reasonstringLicense ReasonLý do vi phạm.
suggestionstringUpload licenseShopee cung cấp gợi ý cho bạn về cách chỉnh sửa sản phẩm.
fix_deadline_timetimestamp1705227588Hạn chót cần thực hiện. Trống nếu không có hạn chót.
update_timetimestamp1705054788Thời gian cập nhật mới nhất.
deboost_detailsobject[]
violation_typestringProhibited ListingViolation types defined by Shopee. Applicable values:  Prohibited Listing Counterfeit and IP Infringement Spam Inappropriate Image Insufficient Information Mall Listing Improvement Other Listing Improvement
violation_reasonstringWrong CategoryLý do vi phạm.
suggestionstringThe item is in wrong category, please update to the suggested_categoryShopee cung cấp gợi ý cho bạn về cách chỉnh sửa sản phẩm.
suggested_categoryobject[]
category_idint64107478ID danh mục mà Shopee đề xuất.
category_namestringPersonal CareTên mặc định của danh mục mà Shopee đề xuất.
fix_deadline_timetimestamp1705202227Hạn chót cần thực hiện. Trống nếu không có hạn chót.
update_timetimestamp1704943027Thời gian cập nhật mới nhất.
shop_idint64Mã định danh duy nhất của Shopee cho một cửa hàng.
codeint32Mã định danh duy nhất của Shopee cho một thông báo push.
timestamptimestampThời điểm cho biết tin nhắn đã được gửi.
  1. When the item is banned by Shopee:

Java

{
"data":{
"item_id":3903127451,
"item_name":"MZH制造商品1",
"item_status":"BANNED",
"deboost":false,
"item_status_details":[
{
"violation_type":"Prohibited Listing",
"violation_reason":"License Reason",
"suggestion":"Upload license",
"fix_deadline_time":1705228281,
"update_time":1705055481
},
{
"violation_type":"Inappropriate Image",
"violation_reason":"Image Reason",
"suggestion":"Update image",
"fix_deadline_time":1705228281,
"update_time":1705055481
}
]
},
"shop_id":602228340,
"code":16,
"timestamp":1705055481
}
  1. When the item is deleted by Shopee:

Java

{
"data":{
"item_id":3903127452,
"item_name":"MZH制造商品2",
"item_status":"SHOPEE_DELETE",
"deboost":false,
"item_status_details":[
{
"violation_type":"Prohibited Listing",
"violation_reason":"License Reason",
"suggestion":"Upload license",
"fix_deadline_time":1700638193,
"update_time":1699428593
}
]
},
"shop_id":602228340,
"code":16,
"timestamp":1699428593
}
  1. When the item is marked as deboost by Shopee:

Json

{
"data":{
"item_id":3603542555,
"item_name":"MZH制造商品3",
"item_status":"NORMAL",
"deboost":true,
"deboosted_details":[
{
"violation_type":"Inappropriate Image",
"violation_reason":"Image Reason",
"suggestion":"Update image",
"fix_deadline_time":1704943027,
"update_time":1704943027
},
{
"violation_type":"Prohibited Listing",
"violation_reason":"Wrong Category",
"suggestion":"The item is in wrong category, please update to the suggested_category",
"suggested_category":[
{
"category_id":100005,
"category_name":"Health"
},
{
"category_id":107478,
"category_name":"Personal Care"
}
],
"fix_deadline_time":1704943027,
"update_time":1704943027
}
]
},
"shop_id":605748501,
"code":16,
"timestamp":1704943027
}

Lịch sử cập nhật

NgàyChi tiết cập nhật
2024-01-18New Push