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.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.cancelExchangeAsync(Long exchangeId,
ExchangeCancelDto exchangeCancelDto,
String vendorId,
String xRequestedBy,
ApiCallback<ResponseDtoOfSimpleResultDto> callback)
Vendor reject to do exchange.
|
ApiResponse<ResponseDtoOfSimpleResultDto> |
CoupangMarketPlaceApi.cancelExchangeWithHttpInfo(Long exchangeId,
ExchangeCancelDto exchangeCancelDto,
String vendorId,
String xRequestedBy)
Vendor reject to do exchange.
|
Modifier and Type | Method and Description |
---|---|
ExchangeCancelDto |
ExchangeCancelDto.exchangeId(Long exchangeId) |
ExchangeCancelDto |
ExchangeCancelDto.exchangeRejectCode(String exchangeRejectCode) |
ExchangeCancelDto |
ExchangeCancelDto.vendorId(String vendorId) |
Copyright © 2022. All rights reserved.