Package | Description |
---|---|
com.coupang.marketplace.client.api | |
com.coupang.marketplace.client.model.product |
Modifier and Type | Method and Description |
---|---|
ResponseDtoOfListOfReturnDto |
CoupangMarketPlaceApi.getReturnRequestedListByVendorId(String vendorId,
String xRequestedBy,
String createdAtFrom,
String createdAtTo,
String status,
Long orderId,
String nextToken,
Integer maxPerPage,
String searchType,
String cancelType)
Seller can use this API to query the return detail info based on different partner confirm progress status in minutes level.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ResponseDtoOfListOfReturnDto> |
CoupangMarketPlaceApi.getReturnRequestedListByVendorIdWithHttpInfo(String vendorId,
String xRequestedBy,
String createdAtFrom,
String createdAtTo,
String status,
Long orderId,
String nextToken,
Integer maxPerPage,
String searchType,
String cancelType)
Seller can use this API to query the return detail info based on different partner confirm progress status in minutes level.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getReturnRequestedListByVendorIdAsync(String vendorId,
String xRequestedBy,
String createdAtFrom,
String createdAtTo,
String status,
Long orderId,
String nextToken,
Integer maxPerPage,
String searchType,
String cancelType,
ApiCallback<ResponseDtoOfListOfReturnDto> callback)
Seller can use this API to query the return detail info based on different partner confirm progress status in minutes level.
|
Modifier and Type | Method and Description |
---|---|
ResponseDtoOfListOfReturnDto |
ResponseDtoOfListOfReturnDto.addDataItem(ReturnDto dataItem) |
ResponseDtoOfListOfReturnDto |
ResponseDtoOfListOfReturnDto.code(Integer code) |
ResponseDtoOfListOfReturnDto |
ResponseDtoOfListOfReturnDto.data(List<ReturnDto> data) |
ResponseDtoOfListOfReturnDto |
ResponseDtoOfListOfReturnDto.message(String message) |
ResponseDtoOfListOfReturnDto |
ResponseDtoOfListOfReturnDto.nextToken(String nextToken) |
Copyright © 2022. All rights reserved.