stable本次发布有变化全部展示
来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 brand_register_result
Get the brand register result
§2 Overview
Overview
| Field | Value |
|---|---|
| Push code | 13 |
| Timeout (seconds) | 3 |
| Retry strategy (seconds) | 300, 1800, 10800 |
| Guaranteed delivery | No |
§3 Push parameters
Push parameters
| Name | Type | Required | Sample | Description |
|---|---|---|---|---|
| data | object | |||
| data.shop_id | int | 7487788 | Shopee's unique identifier for a shop. | |
| data.register_brand | object | Seller registered brand information. | ||
| data.register_brand.brand_id | int | 3232262 | The brand id returned by Shopee for the brand registration. | |
| data.register_brand.brand_name | string | ABC | The brand name applied by the seller. | |
| data.register_result | object | Registration result | ||
| data.register_result.result | string | Brand Registration Successfully | Registration result. Can be Brand Registration Successfully / Brand Registration Reject / Brand combined with an exist brand | |
| data.register_result.reason | string | More detail about the result. | ||
| shop_id | int | 7487788 | Shopee's unique identifier for a shop. | |
| code | int | 13 | Shopee's unique identifier for a shop. | |
| timestamp | timestamp | 1660123176 | Timestamp 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
| Date | Change |
|---|---|
| 2022-08-18 | New Push Mechanism |
