After receiving a product returned from the customer, a seller uses this API to update the status to Exchange Product Received.
Path
PATCH PUT/v2/providers/openapi/apis/api/v4/vendors/{vendorId}/exchangeRequests/{exchangeId}/receiveConfirmation
Example Endpoint
https://api-gateway.coupang.com/v2/providers/openapi/apis/api/v4/vendors/A00012345/exchangeRequests/40362/receiveConfirmationRequest Parameters
Path Segment Parameter
Name | Required | Type | Description | ||||
---|---|---|---|---|---|---|---|
vendorId | O | String |
Seller ID
Unique code issued to Vendor by Coupang
ex) A00012345 |
||||
exchangeId | O | Number |
exchange receipt ID
|
Body Parameter
Name | Required | Type | Description | ||||
---|---|---|---|---|---|---|---|
exchangeId | O | Number |
exchange receipt ID
* Use the exchange request list query API to check this ID
|
||||
vendorId | O | String |
Seller ID
Unique code issued to Vendor by Coupang
ex) A00012345 |
Request Example
{
"exchangeId": 40362,
"vendorId": "A00012345"
}
Response Message
Name | Type | Description | ||||
---|---|---|---|---|---|---|
code | Number |
Result code
|
||||
message | String |
Message
|
Response Example
{
"code": "200",
"message": "SUCCESS"
}
URL API Name
CONFIRM_EXCHANGE_REQUEST