GET
/v2/providers/seller_api/apis/api/v1/marketplace/vendors/{vendorId}/check-auto-category-agreed2609170000Confirmation of category auto matching service agreement
# 01
Summary
Confirmation of category auto matching service agreement
# 02
Details
Available buyer market: Korean
The following shows check if the vendorID has agreed to the category auto matching service.
For more information on the category auto matching service, please click here.
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# 03
Path parameters
| Name | Type | Description |
|---|---|---|
| vendorId* | string | VendorID
|
# 04
Response body
Response message
| Name | Type | Description |
|---|---|---|
| code | string | SUCCESS/ERROR
|
| message | string | message
|
| data | boolean | Whether vendorId have agreed to the service or not true or false |
Response Example
{
"code": "SUCCESS",
"message": "",
"data": true
}# 05
Error codes
| HTTP | Code | Message |
|---|---|---|
| 400 | HTTP_400 | Bad Request |
Error specification
| HTTP | Type | Error message | Solution |
|---|---|---|---|
| 400 | 400 (check parameter requested) | The vendorId[A00123456] cannot retrieve the information of another vendorId[A0012***]. | See if you have entered a valid vendorId. |