Package | Description |
---|---|
com.coupang.marketplace.client.api | |
com.coupang.marketplace.client.model.product |
Modifier and Type | Method and Description |
---|---|
ResponseDto |
CoupangMarketPlaceApi.confirmCancelByPartnerByReceiptId(Long receiptId,
ReturnApprovalDto returnApprovalDto,
String vendorId,
String xRequestedBy)
Seller can use this API to approve the return request
Seller can use this API to approve the return request
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.confirmCancelByPartnerByReceiptIdAsync(Long receiptId,
ReturnApprovalDto returnApprovalDto,
String vendorId,
String xRequestedBy,
ApiCallback<ResponseDto> callback)
Seller can use this API to approve the return request (asynchronously)
Seller can use this API to approve the return request
|
ApiResponse<ResponseDto> |
CoupangMarketPlaceApi.confirmCancelByPartnerByReceiptIdWithHttpInfo(Long receiptId,
ReturnApprovalDto returnApprovalDto,
String vendorId,
String xRequestedBy)
Seller can use this API to approve the return request
Seller can use this API to approve the return request
|
Modifier and Type | Method and Description |
---|---|
ReturnApprovalDto |
ReturnApprovalDto.cancelCount(Integer cancelCount) |
ReturnApprovalDto |
ReturnApprovalDto.receiptId(Long receiptId) |
ReturnApprovalDto |
ReturnApprovalDto.vendorId(String vendorId) |
Copyright © 2022. All rights reserved.