Package | Description |
---|---|
com.coupang.marketplace.client.api | |
com.coupang.marketplace.client.model.product |
Modifier and Type | Method and Description |
---|---|
ResponseDto |
CoupangMarketPlaceApi.confirmReturnDeliveryDoneByExchangeId(String vendorId,
Long exchangeId,
String xRequestedBy,
ConfirmContent confirmContent)
new API Seller use this API to confirm that they have received the exchange product which are sent by customer.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.confirmReturnDeliveryDoneByExchangeIdAsync(String vendorId,
Long exchangeId,
String xRequestedBy,
ConfirmContent confirmContent,
ApiCallback<ResponseDto> callback)
new API Seller use this API to confirm that they have received the exchange product which are sent by customer.
|
ApiResponse<ResponseDto> |
CoupangMarketPlaceApi.confirmReturnDeliveryDoneByExchangeIdWithHttpInfo(String vendorId,
Long exchangeId,
String xRequestedBy,
ConfirmContent confirmContent)
new API Seller use this API to confirm that they have received the exchange product which are sent by customer.
|
Modifier and Type | Method and Description |
---|---|
ConfirmContent |
ConfirmContent.exchangeId(Long exchangeId) |
ConfirmContent |
ConfirmContent.vendorId(String vendorId) |
Copyright © 2022. All rights reserved.