Package | Description |
---|---|
com.coupang.marketplace.client.api | |
com.coupang.marketplace.client.model.product |
Modifier and Type | Method and Description |
---|---|
ResponseDtoOfDeliveryHistoryDto |
CoupangMarketPlaceApi.getDeliveryHistoriesByShipmentBoxId(Long shipmentBoxId,
String xRequestedBy,
String vendorId)
발주건 배송상태 히스토리 조회
특정 발주건에 대한 배송상태 히스토리를 조회
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ResponseDtoOfDeliveryHistoryDto> |
CoupangMarketPlaceApi.getDeliveryHistoriesByShipmentBoxIdWithHttpInfo(Long shipmentBoxId,
String xRequestedBy,
String vendorId)
발주건 배송상태 히스토리 조회
특정 발주건에 대한 배송상태 히스토리를 조회
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getDeliveryHistoriesByShipmentBoxIdAsync(Long shipmentBoxId,
String xRequestedBy,
String vendorId,
ApiCallback<ResponseDtoOfDeliveryHistoryDto> callback)
발주건 배송상태 히스토리 조회 (asynchronously)
특정 발주건에 대한 배송상태 히스토리를 조회
|
Modifier and Type | Method and Description |
---|---|
ResponseDtoOfDeliveryHistoryDto |
ResponseDtoOfDeliveryHistoryDto.code(Integer code) |
ResponseDtoOfDeliveryHistoryDto |
ResponseDtoOfDeliveryHistoryDto.data(DeliveryHistoryDto data) |
ResponseDtoOfDeliveryHistoryDto |
ResponseDtoOfDeliveryHistoryDto.message(String message) |
Copyright © 2022. All rights reserved.