Package | Description |
---|---|
com.coupang.marketplace.client.api | |
com.coupang.marketplace.client.model.product |
Modifier and Type | Method and Description |
---|---|
PagedResponseOfOutboundInquiryReturn |
CoupangMarketPlaceApi.getOutboundShippingPlace(String vendorId,
Integer pageNum,
Integer pageSize,
List<Long> placeCodes,
List<String> placeNames)
Get outbound shipping place
Get outbound shipping place
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<PagedResponseOfOutboundInquiryReturn> |
CoupangMarketPlaceApi.getOutboundShippingPlaceWithHttpInfo(String vendorId,
Integer pageNum,
Integer pageSize,
List<Long> placeCodes,
List<String> placeNames)
Get outbound shipping place
Get outbound shipping place
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getOutboundShippingPlaceAsync(String vendorId,
Integer pageNum,
Integer pageSize,
List<Long> placeCodes,
List<String> placeNames,
ApiCallback<PagedResponseOfOutboundInquiryReturn> callback)
Get outbound shipping place (asynchronously)
Get outbound shipping place
|
Modifier and Type | Method and Description |
---|---|
PagedResponseOfOutboundInquiryReturn |
PagedResponseOfOutboundInquiryReturn.addContentItem(OutboundInquiryReturn contentItem) |
PagedResponseOfOutboundInquiryReturn |
PagedResponseOfOutboundInquiryReturn.content(List<OutboundInquiryReturn> content) |
PagedResponseOfOutboundInquiryReturn |
PagedResponseOfOutboundInquiryReturn.pagination(Pagination pagination) |
Copyright © 2022. All rights reserved.