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

brand_register_result

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 brand_register_result

Get the brand register result

#

§2 Overview

Overview

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

§3 Push parameters

Push parameters

NameTypeRequiredSampleDescription
dataobject
data.shop_idint7487788Shopee's unique identifier for a shop.
data.register_brandobjectSeller registered brand information.
data.register_brand.brand_idint3232262The brand id returned by Shopee for the brand registration.
data.register_brand.brand_namestringABCThe brand name applied by the seller.
data.register_resultobjectRegistration result
data.register_result.resultstringBrand Registration SuccessfullyRegistration result. Can be Brand Registration Successfully / Brand Registration Reject / Brand combined with an exist brand
data.register_result.reasonstringMore detail about the result.
shop_idint7487788Shopee's unique identifier for a shop.
codeint13Shopee's unique identifier for a shop.
timestamptimestamp1660123176Timestamp that indicates the message was sent.
#

§4 Sample

Sample

{"data":{"shop_id":748773,"register_brand":{"brand_id":3232262,"brand_name":"Omiz"},"register_result":{"result":"Brand Registration Successfully","reason":""}},"shop_id":74877883,"code":13,"timestamp":1660123176}
{"data":{"shop_id":832182,"register_brand":{"brand_id":3228538,"brand_name":"Pop Up Squishy"},"register_result":{"result":"Brand Registration Reject","reason":"Merek tidak sah."}},"shop_id":832182994,"code":13,"timestamp":1660122620}
{"data":{"shop_id":220181,"register_brand":{"brand_id":3228577,"brand_name":"Cavero"},"register_result":{"result":"Brand combined with an exist brand","reason":""},"combined_brand":{"brand_id":1017064,"brand_name":"Cavero"}},"shop_id":220140481,"code":13,"timestamp":1660124291}
#

§5 Update log

Update log

DateChange
2022-08-18New Push Mechanism
#