Package | Description |
---|---|
com.coupang.marketplace.client.api | |
com.coupang.marketplace.client.model.product |
Modifier and Type | Method and Description |
---|---|
ResponseDto |
CoupangMarketPlaceApi.addCommentToInquiry(String inquiryId,
String vendorId,
String xRequestedBy,
CSAddComment cSAddComment)
Seller can use this API to reply the consultations raised by customers.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.addCommentToInquiryAsync(String inquiryId,
String vendorId,
String xRequestedBy,
CSAddComment cSAddComment,
ApiCallback<ResponseDto> callback)
Seller can use this API to reply the consultations raised by customers.
|
ApiResponse<ResponseDto> |
CoupangMarketPlaceApi.addCommentToInquiryWithHttpInfo(String inquiryId,
String vendorId,
String xRequestedBy,
CSAddComment cSAddComment)
Seller can use this API to reply the consultations raised by customers.
|
Modifier and Type | Method and Description |
---|---|
CSAddComment |
CSAddComment.content(String content) |
CSAddComment |
CSAddComment.replyBy(String replyBy) |
CSAddComment |
CSAddComment.vendorId(String vendorId) |
Copyright © 2022. All rights reserved.