Package | Description |
---|---|
com.coupang.marketplace.client.api | |
com.coupang.marketplace.client.model.product |
Modifier and Type | Method and Description |
---|---|
ResponseDto |
CoupangMarketPlaceApi.returnDeliveryDoneConfirmation(Long receiptId,
WarehouseCheckDto warehouseCheckDto,
String vendorId,
String xRequestedBy)
Seller can use this API to check if the collected goods is ok.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.returnDeliveryDoneConfirmationAsync(Long receiptId,
WarehouseCheckDto warehouseCheckDto,
String vendorId,
String xRequestedBy,
ApiCallback<ResponseDto> callback)
Seller can use this API to check if the collected goods is ok.
|
ApiResponse<ResponseDto> |
CoupangMarketPlaceApi.returnDeliveryDoneConfirmationWithHttpInfo(Long receiptId,
WarehouseCheckDto warehouseCheckDto,
String vendorId,
String xRequestedBy)
Seller can use this API to check if the collected goods is ok.
|
Modifier and Type | Method and Description |
---|---|
WarehouseCheckDto |
WarehouseCheckDto.receiptId(Long receiptId) |
WarehouseCheckDto |
WarehouseCheckDto.vendorId(String vendorId) |
Copyright © 2022. All rights reserved.