Package | Description |
---|---|
com.coupang.marketplace.client.api | |
com.coupang.marketplace.client.model.product |
Modifier and Type | Method and Description |
---|---|
ResponseDtoOfPagedListOfCSCustomerInquiryDto |
CoupangMarketPlaceApi.getCustomerInquiriesByVendorId(String vendorId,
String xRequestedBy,
String inquiryStartAt,
String inquiryEndAt,
String answeredType,
Long vendorItemId,
Integer pageNum,
Integer pageSize)
Query questions/answers between customer and seller.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ResponseDtoOfPagedListOfCSCustomerInquiryDto> |
CoupangMarketPlaceApi.getCustomerInquiriesByVendorIdWithHttpInfo(String vendorId,
String xRequestedBy,
String inquiryStartAt,
String inquiryEndAt,
String answeredType,
Long vendorItemId,
Integer pageNum,
Integer pageSize)
Query questions/answers between customer and seller.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getCustomerInquiriesByVendorIdAsync(String vendorId,
String xRequestedBy,
String inquiryStartAt,
String inquiryEndAt,
String answeredType,
Long vendorItemId,
Integer pageNum,
Integer pageSize,
ApiCallback<ResponseDtoOfPagedListOfCSCustomerInquiryDto> callback)
Query questions/answers between customer and seller.
|
Modifier and Type | Method and Description |
---|---|
ResponseDtoOfPagedListOfCSCustomerInquiryDto |
ResponseDtoOfPagedListOfCSCustomerInquiryDto.code(Integer code) |
ResponseDtoOfPagedListOfCSCustomerInquiryDto |
ResponseDtoOfPagedListOfCSCustomerInquiryDto.data(PagedListOfCSCustomerInquiryDto data) |
ResponseDtoOfPagedListOfCSCustomerInquiryDto |
ResponseDtoOfPagedListOfCSCustomerInquiryDto.message(String message) |
Copyright © 2022. All rights reserved.