v2.product.register_brand
POST /api/v2/product/register_brand
Use this call to register a brand.
Endpoint URL
URL: https://partner.shopeemobile.com/api/v2/product/register_brand
Common Request Parameters
| Name | Type | Sample | Description |
|---|---|---|---|
| partner_id | int | 1 | Partner ID is assigned upon registration is successful. Required for all requests. |
| timestamp | timestamp | 1610000000 | This is to indicate the timestamp of the request. Required for all requests. Expires in 5 minutes. |
| access_token | string | c09222e3fc40ffb25fc947f738b1abf1 | The token for API access, using to identify your permission to the api. Valid for multiple use and expires in 4 hours. |
| shop_id | int | 600000 | Shopee's unique identifier for a shop. Required param for most APIs. |
| sign | string | e318d3e932719916a9f9ebb57e2011961bd47abfa54a36e040d050d8931596e2 | Signature generated by partner_id, api path, timestamp, access_token, shop_id and partner_key via HMAC-SHA256 hashing algorithm. More details: https://open.shopee.com/documents?module=87&type=2&id=58&version=2 |
Request Parameters
| Name | Type | Required | Sample | Description |
|---|---|---|---|---|
| original_brand_name | string | True | Nike | Brand name, length<=254. |
| category_list | int[] | True | [16521,16522] | Category_id list for this brand, please input category in L1 or L2. Max input num of category_id is 50. |
| product_image | object | True | ||
| image_id_list | string[] | True | Image Id of product image for this brand, max input num of file = 10 ,each file's length<=498. ID market is optional. | |
| app_logo_image_id | string | False | 6373157f9408b42c8aacda1d63d3a209 | Image_id of logo for app client,please input hashcode of this picture. |
| brand_website | string | False | www.nike.com | Official website of brand, length<=254. |
| brand_description | string | False | Our mission is what drives us to do everything possible to expand human potential. We do that by creating groundbreaking sport innovations, by making our products more sustainably, by building a creative and diverse global team and by making a positive impact in communities where we live and work | The description of this brand, can input the information, length<=254. |
| additional_information | string | False | additional notes or comment can seller can add | Additional notes or comment can seller can add, length<=254. |
| pc_logo_image_id | string | False | 6373157f9408b42c8aacda1d63d3a209 | Image_id of logo for pc client,please input hashcode of this picture. |
| brand_region | string | True | US | origin region of brand. |
| licenses | object[] | False | For appeal blacklisted brand data | |
| file_name | string | False | image.jpg | Brand registration certificate image name, len < 254 |
| file_hash | string | False | 6373157f9408b42c8aacda1d63d3a209 | Image id of brand registration certificate image , max input num of file = 1 , each file's length<=498 |
| brand_registration_website | string | False | https://www.jumbomark.com/indonesia/trademark-registration/mischief-DID2019017755 | The link to brand registration website, It is mandatory when brand name hit blacklist.len<254 |
Response Parameters
| Name | Type | Sample | Description |
|---|---|---|---|
| request_id | string | 3e0976b06baa4e059b278ef1fdae1f01 | The identifier for an API request for error tracking. |
| error | string | product.duplicate_request | Indicate error type if hit error. Empty if no error happened. |
| message | string | You has replied this comment already. | Indicate error details if hit error. Empty if no error happened. |
| response | object | ||
| brand_id | int | The identity of brand. | |
| original_brand_name | string | Brand name |