Package | Description |
---|---|
com.coupang.marketplace.client.api | |
com.coupang.marketplace.client.model.product |
Modifier and Type | Method and Description |
---|---|
ResponseDtoOfCSReceiptResult |
CoupangMarketPlaceApi.cancelOrder(Long orderId,
String vendorId,
CsCancelRequestDto csCancelRequestDto,
String xRequestedBy)
파트너 강제 취소
결제 완료 상태의 주문건을 취소한다.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ResponseDtoOfCSReceiptResult> |
CoupangMarketPlaceApi.cancelOrderWithHttpInfo(Long orderId,
String vendorId,
CsCancelRequestDto csCancelRequestDto,
String xRequestedBy)
파트너 강제 취소
결제 완료 상태의 주문건을 취소한다.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.cancelOrderAsync(Long orderId,
String vendorId,
CsCancelRequestDto csCancelRequestDto,
String xRequestedBy,
ApiCallback<ResponseDtoOfCSReceiptResult> callback)
파트너 강제 취소 (asynchronously)
결제 완료 상태의 주문건을 취소한다.
|
Modifier and Type | Method and Description |
---|---|
ResponseDtoOfCSReceiptResult |
ResponseDtoOfCSReceiptResult.code(Integer code) |
ResponseDtoOfCSReceiptResult |
ResponseDtoOfCSReceiptResult.data(CSReceiptResult data) |
ResponseDtoOfCSReceiptResult |
ResponseDtoOfCSReceiptResult.message(String message) |
Copyright © 2022. All rights reserved.