来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 How to check the brand QC review process through OpenAPI?
- Developers can obtain the brand review result in time through the Push Mechanism.
Link to Open Platform Console:https://open.shopee.com/myconsole/management/push
Toggle on: Product Push --Brand Register Result
After turning on the toggle, whether the brand is registered via Seller Centre or via OpenAPI, you will receive the brand review result (We will no longer send the push notifications for brands registered before the toggle is turned on).
- When a seller registers a brand through Seller Centre or through "v2.product.register_brand" API, the Push Mechanism will not send any notification at this time.
The brand's "status" will be pending but seller can still add and update products with the "brand_id".
- After the brand registration is approved, the developer will receive Push notifications, such as:
{"shop_id":220609911,"timestamp":1630922384,"code":13,"data":{"shop_id":220609911,"register_brand":{"brand_id":1001562,"brand_name":"Dior"},"register_result":{"reason":"","result":"Brand Registration Successfully"}}}##{"result": "success", "request_id": "d22a5eef665045879ab3e831142bcf28"}
After the approval, the brand's "status" will change from pending to normal.
- If the brand registration is rejected, the developer will receive Push notifications, such as:
{"shop_id":220609911,"timestamp":1630923960,"code":13,"data":{"shop_id":220609911,"register_brand":{"brand_id":1001559,"brand_name":"Nike2"},"register_result":{"reason":"Invalid brand registration","result":"Brand Registration Reject"}}}##{"result": "success", "request_id": "b6171cb2e3884faf845568d6bdaba246"}
This brand will no longer be available, and the products' brand name using this brand will be updated to "No brand".
- When the registered brand merges with another brand, the developer will receive Push notifications, such as:
{"shop_id":220609911,"timestamp":1630924466,"code":13,"data":{"shop_id":220609911,"combined_brand":{"brand_id":1001562,"brand_name":"Dior"},"register_brand":{"brand_id":1001561,"brand_name":"Dior122"},"register_result":{"reason":"","result":"Brand combined with an exist brand"}}}##{"result": "success", "request_id": "9532fb0aa22145aeb292d451c32c5ed5"}
This brand will no longer be available, and the products' brand name using this brand will be updated to reflect the new name.
