API支持的买家用户地区:韩国
通过以下内容可查看该卖家ID是否同意了使用品类自动匹配服务。
更多品类自动匹配服务信息,请点击这里。
Path
GET
/v2/providers/seller_api/apis/api/v1/marketplace/vendors/{vendorId}/check-auto-category-agreed
Example Endpoint
https://api-gateway.coupang.com/v2/providers/seller_api/apis/api/v1/marketplace/vendors/A00123456/check-auto-category-agreed
Request Parameters
Path Segment Parameter
| Name | Required | Type | Description | ||||
|---|---|---|---|---|---|---|---|
| vendorId | O | String |
卖家ID
|
||||
Request Example
无请求体要求
Response Message
| Name | Type | Description | ||||
|---|---|---|---|---|---|---|
| code | String |
成功/错误 |
||||
| message | String |
信息 |
||||
| data | String |
该卖家ID是否同意服务true or false |
||||
Response Example
{
"code": "SUCCESS",
"message": "",
"data": true
}
Error Spec
| HTTP Status Code (Error Type) | Error Message | Solution |
|---|---|---|
|
400 (确认请求参数) |
The vendorId[A00123456] cannot retrieve the information of another vendorId[A0012***]. |
检查是否输入了有效的vendorId。 |