Package | Description |
---|---|
com.coupang.marketplace.client.api | |
com.coupang.marketplace.client.model.product |
Modifier and Type | Method and Description |
---|---|
ResponseDtoOfSimpleResultDto |
CoupangMarketPlaceApi.doAlreadyRelease(Long receiptId,
String vendorId,
ReleaseInfoDto releaseInfoDto,
String xRequestedBy)
이미출고 처리
출고중지요청건에 대해 이미출고 처리를 할 수 있다.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.doAlreadyReleaseAsync(Long receiptId,
String vendorId,
ReleaseInfoDto releaseInfoDto,
String xRequestedBy,
ApiCallback<ResponseDtoOfSimpleResultDto> callback)
이미출고 처리 (asynchronously)
출고중지요청건에 대해 이미출고 처리를 할 수 있다.
|
ApiResponse<ResponseDtoOfSimpleResultDto> |
CoupangMarketPlaceApi.doAlreadyReleaseWithHttpInfo(Long receiptId,
String vendorId,
ReleaseInfoDto releaseInfoDto,
String xRequestedBy)
이미출고 처리
출고중지요청건에 대해 이미출고 처리를 할 수 있다.
|
Modifier and Type | Method and Description |
---|---|
ReleaseInfoDto |
ReleaseInfoDto.deliveryCompanyCode(String deliveryCompanyCode) |
ReleaseInfoDto |
ReleaseInfoDto.invoiceNumber(String invoiceNumber) |
ReleaseInfoDto |
ReleaseInfoDto.receiptId(Long receiptId) |
ReleaseInfoDto |
ReleaseInfoDto.vendorId(String vendorId) |
Copyright © 2022. All rights reserved.