快工助手跨境电商知识与商机助手

violation_item_push

Shopee 官方资料 · Shopee Open Platform 推送机制(Push Mechanism) · 适合开发者

stable本次发布有变化全部展示

来自 Shopee 官方资料快照 ·

打开官方原文 ↗
  1. 当前资料结构化阅读页
  2. 固定快照已留存,可追溯
  3. 官方原文可核对
查看技术与溯源信息
平台 / profile
Shopee / profile.shopee.push_mechanism
语言
en-US
发布版本
cn-20260909-2
标签
zhuge/sourceplatform/shopeeaudience/developercategory/api_doctopic/apitopic/developertopic/product-pushtopic/push

资料正文

§1 violation_item_push

Get notified when item status becomes BANNED or SHOPEE_DELETE, or marked as deboost, including the violation type, violation reason, suggestion and fix deadline time.

#

§2 Overview

Overview

FieldValue
Push code16
Timeout (seconds)3
Retry strategy (seconds)300, 1800, 10800
Guaranteed deliveryNo
#

§3 Push parameters

Push parameters

NameTypeRequiredSampleDescription
dataobjectMain Push message data
data.item_idint643400133011Shopee's unique identifier for an item.
data.item_namestringtestName of the item.
data.item_statusstringBANNEDEnumerated type that defines the current status of the item. Applicable values: NORMAL, BANNED, UNLIST, SELLER_DELETE, SHOPEE_DELETE, REVIEWING.
data.deboostbooleantrueIf deboost is true, means that the item's search ranking is lowered.
data.item_status_detailsobject[]
data.item_status_details.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
data.item_status_details.violation_reasonstringLicense ReasonThe reason for violation.
data.item_status_details.suggestionstringUpload licenseShopee provides you with suggestions for modifying items.
data.item_status_details.fix_deadline_timetimestamp1705227588Action required deadline. Empty if no deadline.
data.item_status_details.update_timetimestamp1705054788Latest update time.
data.deboost_detailsobject[]
data.deboost_details.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
data.deboost_details.violation_reasonstringWrong CategoryThe reason for violation.
data.deboost_details.suggestionstringThe item is in wrong category, please update to the suggested_categoryShopee provides you with suggestions for modifying items.
data.deboost_details.suggested_categoryobject[]
data.deboost_details.suggested_category.category_idint64107478ID for Shopee suggested category.
data.deboost_details.suggested_category.category_namestringPersonal CareDefault name for Shopee suggested category.
data.deboost_details.fix_deadline_timetimestamp1705202227Action required deadline. Empty if no deadline.
data.deboost_details.update_timetimestamp1704943027Latest update time.
shop_idint64Shopee's unique identifier for a shop.
codeint32Shopee's unique identifier for a push notification.
timestamptimestampTimestamp that indicates the message was sent.
#

§4 Sample

Sample

{
    "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
}
{
    "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
}
{
    "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
}
#

§5 Update log

Update log

DateChange
2024-01-18New Push
#