Package | Description |
---|---|
com.coupang.marketplace.client.api | |
com.coupang.marketplace.client.model.product |
Modifier and Type | Method and Description |
---|---|
ResponseDto |
CoupangMarketPlaceApi.replyInquiries(String inquiryId,
String xRequestedBy,
CSCoupangReplyCondition csCoupangReplyCondition,
String vendorId)
Seller can use this API to reply the consultations
Seller can use this API to reply the consultations (The consultations were directly raised by consumers to coupang via coupang customer center or seller's call center).
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.replyInquiriesAsync(String inquiryId,
String xRequestedBy,
CSCoupangReplyCondition csCoupangReplyCondition,
String vendorId,
ApiCallback<ResponseDto> callback)
Seller can use this API to reply the consultations (asynchronously)
Seller can use this API to reply the consultations (The consultations were directly raised by consumers to coupang via coupang customer center or seller's call center).
|
ApiResponse<ResponseDto> |
CoupangMarketPlaceApi.replyInquiriesWithHttpInfo(String inquiryId,
String xRequestedBy,
CSCoupangReplyCondition csCoupangReplyCondition,
String vendorId)
Seller can use this API to reply the consultations
Seller can use this API to reply the consultations (The consultations were directly raised by consumers to coupang via coupang customer center or seller's call center).
|
Modifier and Type | Method and Description |
---|---|
CSCoupangReplyCondition |
CSCoupangReplyCondition.content(String content) |
CSCoupangReplyCondition |
CSCoupangReplyCondition.inquiryId(String inquiryId) |
CSCoupangReplyCondition |
CSCoupangReplyCondition.parentAnswerId(String parentAnswerId) |
CSCoupangReplyCondition |
CSCoupangReplyCondition.replyBy(String replyBy) |
CSCoupangReplyCondition |
CSCoupangReplyCondition.vendorId(String vendorId) |
Copyright © 2022. All rights reserved.