Package | Description |
---|---|
com.coupang.marketplace.client.api | |
com.coupang.marketplace.client.model.product |
Modifier and Type | Method and Description |
---|---|
ResponseDtoOfSimpleResultDto |
CoupangMarketPlaceApi.cancelExchange(Long exchangeId,
ExchangeCancelDto exchangeCancelDto,
String vendorId,
String xRequestedBy)
Vendor reject to do exchange.
|
ResponseDtoOfSimpleResultDto |
CoupangMarketPlaceApi.createOutboundShippingCenter(String vendorId,
ShippingPlaceDetailDto shippingPlaceDetailDto,
String xRequestedBy)
Register the outbound shipping place.
|
ResponseDtoOfSimpleResultDto |
CoupangMarketPlaceApi.createReturnShippingCenter(String vendorId,
ShippingPlaceDetailDto shippingPlaceDetailDto,
String xRequestedBy)
Add return shipment address.
|
ResponseDtoOfSimpleResultDto |
CoupangMarketPlaceApi.doAlreadyRelease(Long receiptId,
String vendorId,
ReleaseInfoDto releaseInfoDto,
String xRequestedBy)
이미출고 처리
출고중지요청건에 대해 이미출고 처리를 할 수 있다.
|
ResponseDtoOfSimpleResultDto |
CoupangMarketPlaceApi.doStopRelease(Long receiptId,
String vendorId,
ReleaseStopDto releaseStopDto,
String xRequestedBy)
출고중지 완료 처리
출고중지완료 상태로 변경한다.
|
ResponseDtoOfSimpleResultDto |
CoupangMarketPlaceApi.saveInvoice(Long exchangeId,
String vendorId,
List<ExchangeInvoicesDto> exchangeInvoicesDtos,
String xRequestedBy)
Create new order for exchanging.
|
ResponseDtoOfSimpleResultDto |
CoupangMarketPlaceApi.updateOutboundShippingCenter(String vendorId,
Long outboundShippingPlaceCode,
ShippingPlaceDetailDto shippingPlaceDetailDto,
String xRequestedBy)
Modify the outbound shipping place.
|
ResponseDtoOfSimpleResultDto |
CoupangMarketPlaceApi.updateReturnShippingCenter(String vendorId,
Long returnCenterCode,
ShippingPlaceDetailDto shippingPlaceDetailDto,
String xRequestedBy)
Modify return shipment address.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ResponseDtoOfSimpleResultDto> |
CoupangMarketPlaceApi.cancelExchangeWithHttpInfo(Long exchangeId,
ExchangeCancelDto exchangeCancelDto,
String vendorId,
String xRequestedBy)
Vendor reject to do exchange.
|
ApiResponse<ResponseDtoOfSimpleResultDto> |
CoupangMarketPlaceApi.createOutboundShippingCenterWithHttpInfo(String vendorId,
ShippingPlaceDetailDto shippingPlaceDetailDto,
String xRequestedBy)
Register the outbound shipping place.
|
ApiResponse<ResponseDtoOfSimpleResultDto> |
CoupangMarketPlaceApi.createReturnShippingCenterWithHttpInfo(String vendorId,
ShippingPlaceDetailDto shippingPlaceDetailDto,
String xRequestedBy)
Add return shipment address.
|
ApiResponse<ResponseDtoOfSimpleResultDto> |
CoupangMarketPlaceApi.doAlreadyReleaseWithHttpInfo(Long receiptId,
String vendorId,
ReleaseInfoDto releaseInfoDto,
String xRequestedBy)
이미출고 처리
출고중지요청건에 대해 이미출고 처리를 할 수 있다.
|
ApiResponse<ResponseDtoOfSimpleResultDto> |
CoupangMarketPlaceApi.doStopReleaseWithHttpInfo(Long receiptId,
String vendorId,
ReleaseStopDto releaseStopDto,
String xRequestedBy)
출고중지 완료 처리
출고중지완료 상태로 변경한다.
|
ApiResponse<ResponseDtoOfSimpleResultDto> |
CoupangMarketPlaceApi.saveInvoiceWithHttpInfo(Long exchangeId,
String vendorId,
List<ExchangeInvoicesDto> exchangeInvoicesDtos,
String xRequestedBy)
Create new order for exchanging.
|
ApiResponse<ResponseDtoOfSimpleResultDto> |
CoupangMarketPlaceApi.updateOutboundShippingCenterWithHttpInfo(String vendorId,
Long outboundShippingPlaceCode,
ShippingPlaceDetailDto shippingPlaceDetailDto,
String xRequestedBy)
Modify the outbound shipping place.
|
ApiResponse<ResponseDtoOfSimpleResultDto> |
CoupangMarketPlaceApi.updateReturnShippingCenterWithHttpInfo(String vendorId,
Long returnCenterCode,
ShippingPlaceDetailDto shippingPlaceDetailDto,
String xRequestedBy)
Modify return shipment address.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.cancelExchangeAsync(Long exchangeId,
ExchangeCancelDto exchangeCancelDto,
String vendorId,
String xRequestedBy,
ApiCallback<ResponseDtoOfSimpleResultDto> callback)
Vendor reject to do exchange.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.createOutboundShippingCenterAsync(String vendorId,
ShippingPlaceDetailDto shippingPlaceDetailDto,
String xRequestedBy,
ApiCallback<ResponseDtoOfSimpleResultDto> callback)
Register the outbound shipping place.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.createReturnShippingCenterAsync(String vendorId,
ShippingPlaceDetailDto shippingPlaceDetailDto,
String xRequestedBy,
ApiCallback<ResponseDtoOfSimpleResultDto> callback)
Add return shipment address.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.doAlreadyReleaseAsync(Long receiptId,
String vendorId,
ReleaseInfoDto releaseInfoDto,
String xRequestedBy,
ApiCallback<ResponseDtoOfSimpleResultDto> callback)
이미출고 처리 (asynchronously)
출고중지요청건에 대해 이미출고 처리를 할 수 있다.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.doStopReleaseAsync(Long receiptId,
String vendorId,
ReleaseStopDto releaseStopDto,
String xRequestedBy,
ApiCallback<ResponseDtoOfSimpleResultDto> callback)
출고중지 완료 처리 (asynchronously)
출고중지완료 상태로 변경한다.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.saveInvoiceAsync(Long exchangeId,
String vendorId,
List<ExchangeInvoicesDto> exchangeInvoicesDtos,
String xRequestedBy,
ApiCallback<ResponseDtoOfSimpleResultDto> callback)
Create new order for exchanging.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.updateOutboundShippingCenterAsync(String vendorId,
Long outboundShippingPlaceCode,
ShippingPlaceDetailDto shippingPlaceDetailDto,
String xRequestedBy,
ApiCallback<ResponseDtoOfSimpleResultDto> callback)
Modify the outbound shipping place.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.updateReturnShippingCenterAsync(String vendorId,
Long returnCenterCode,
ShippingPlaceDetailDto shippingPlaceDetailDto,
String xRequestedBy,
ApiCallback<ResponseDtoOfSimpleResultDto> callback)
Modify return shipment address.
|
Modifier and Type | Method and Description |
---|---|
ResponseDtoOfSimpleResultDto |
ResponseDtoOfSimpleResultDto.code(Integer code) |
ResponseDtoOfSimpleResultDto |
ResponseDtoOfSimpleResultDto.data(SimpleResultDto data) |
ResponseDtoOfSimpleResultDto |
ResponseDtoOfSimpleResultDto.message(String message) |
Copyright © 2022. All rights reserved.