Package | Description |
---|---|
com.coupang.marketplace.client.api | |
com.coupang.marketplace.client.model.product |
Modifier and Type | Method and Description |
---|---|
ResponseDtoOfReturnDto |
CoupangMarketPlaceApi.getReturnRequestedListByReceiptId(Long receiptId,
String vendorId,
String xRequestedBy)
Seller can use this API to query the return detail info by receiptId.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ResponseDtoOfReturnDto> |
CoupangMarketPlaceApi.getReturnRequestedListByReceiptIdWithHttpInfo(Long receiptId,
String vendorId,
String xRequestedBy)
Seller can use this API to query the return detail info by receiptId.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getReturnRequestedListByReceiptIdAsync(Long receiptId,
String vendorId,
String xRequestedBy,
ApiCallback<ResponseDtoOfReturnDto> callback)
Seller can use this API to query the return detail info by receiptId.
|
Modifier and Type | Method and Description |
---|---|
ResponseDtoOfReturnDto |
ResponseDtoOfReturnDto.code(Integer code) |
ResponseDtoOfReturnDto |
ResponseDtoOfReturnDto.data(ReturnDto data) |
ResponseDtoOfReturnDto |
ResponseDtoOfReturnDto.message(String message) |
Copyright © 2022. All rights reserved.