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

How to check the brand QC review process through OpenAPI?

Shopee 官方资料 · Shopee Open Platform 常见问题(FAQ) · 适合开发者

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

来自 Shopee 官方资料快照 ·

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

资料正文

§1 How to check the brand QC review process through OpenAPI?

  1. 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).

  1. 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".

  1. 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.

  1. 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".

  1. 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.

#