该API用于查看全部显示品类列表。 请点击下列链接下载文件。
Path
GET
/v2/providers/seller_api/apis/api/v1/marketplace/meta/display-categories
Example Endpoint
GET https://api-gateway.coupang.com/v2/providers/seller_api/apis/api/v1/marketplace/meta/display-categories?registrationType=RFM&locale=en
Query String Parameter
您可以通过在端点 URL 上输入其他注册类型参数并进行调用来搜索 Rocket Growth 操作类别。
Parameters |
Type |
Description |
registrationType |
String |
我们需要品类的BusinessType。如果未提供registrationType,则默认获取所有品类。 值的选项有-- RFM, CGF. 对于 Rocket Growth 操作类别,请输入“RFM”进行搜索。 |
locale |
String |
品类名的语言。选项有en,zh-CN,kr。如果未提供语言,则默认以KR显示品类名称。 |
Request Parameters
Request Example
not require body
Response Message
Name | Type | Description | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
code | String |
结果代码 SUCCESS/ERROR |
|||||||||||
message | String |
信息 |
|||||||||||
data | Array |
显示品类列表 根据查看的显示品类个数,重复N次。 |
|||||||||||
displayCategoryCode | String |
显示品类代码 根据查看的显示品类个数,重复N次。 |
|||||||||||
name | String |
显示品类名 根据查看的显示品类个数,重复N次。 |
|||||||||||
status | String |
显示品类状态
|
|||||||||||
child | Array |
显示子品类 如果没有, [] 品类信息一致 |
|||||||||||
displayCategoryCode | String |
同上 |
|||||||||||
name | String |
同上 |
|||||||||||
status | String |
同上 |
|||||||||||
child | String |
显示子品类 |
{
"code": "SUCCESS",
"message": "",
"data": {
"displayItemCategoryCode": 0,
"name": "ROOT",
"status": "ACTIVE",
"child": [
{
"displayItemCategoryCode": 69182,
"name": "패션의류잡화",
"status": "ACTIVE",
"child": [
{
"displayItemCategoryCode": 69183,
"name": "여성패션",
"status": "ACTIVE",
"child": [
{
"displayItemCategoryCode": 69184,
"name": "여성의류",
"status": "ACTIVE",
"child": [
{
"displayItemCategoryCode": 79268,
"name": "티셔츠",
"status": "ACTIVE",
"child": [
{
"displayItemCategoryCode": 79383,
"name": "민소매/나시",
"status": "ACTIVE",
"child": [
]
},
{
"displayItemCategoryCode": 79382,
"name": "반소매",
"status": "ACTIVE",
"child": [
]
},
{
"displayItemCategoryCode": 79381,
"name": "긴소매",
"status": "ACTIVE",
"child": [
]
}
]
},
{
"displayItemCategoryCode": 69186,
"name": "맨투맨",
"status": "ACTIVE",
"child": [
]
},
{
"displayItemCategoryCode": 79269,
"name": "후드티",
"status": "ACTIVE",
"child": [
]
},
{
"displayItemCategoryCode": 69187,
"name": "블라우스",
"status": "ACTIVE",
"child": [
]
},
{
"displayItemCategoryCode": 69188,
"name": "셔츠(남방)",
"status": "ACTIVE",
"child": [
]
},
...... 중략 ......
{
"displayItemCategoryCode": 86393,
"name": "양봉용품",
"status": "ACTIVE",
"child": [
{
"displayItemCategoryCode": 86389,
"name": "양봉의류",
"status": "ACTIVE",
"child": [
]
},
{
"displayItemCategoryCode": 86390,
"name": "양봉모자/잡화",
"status": "ACTIVE",
"child": [
]
},
{
"displayItemCategoryCode": 86391,
"name": "벌통",
"status": "ACTIVE",
"child": [
]
},
{
"displayItemCategoryCode": 86392,
"name": "양봉용 자재",
"status": "ACTIVE",
"child": [
]
}
]
}
]
}
]
}
]
}
]
}
}