Package | Description |
---|---|
com.coupang.marketplace.client.api | |
com.coupang.marketplace.client.model.product |
Modifier and Type | Method and Description |
---|---|
ResponseDtoOfCancelApiResponseDtoV5 |
CoupangMarketPlaceApi.cancelOrderV5(String vendorId,
Long orderId,
CancelRequestDtoV5 cancelRequestDtoV5)
상품 취소 API(v5)
결제완료/상품준비중 상태의 상품을 취소합니다.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ResponseDtoOfCancelApiResponseDtoV5> |
CoupangMarketPlaceApi.cancelOrderV5WithHttpInfo(String vendorId,
Long orderId,
CancelRequestDtoV5 cancelRequestDtoV5)
상품 취소 API(v5)
결제완료/상품준비중 상태의 상품을 취소합니다.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.cancelOrderV5Async(String vendorId,
Long orderId,
CancelRequestDtoV5 cancelRequestDtoV5,
ApiCallback<ResponseDtoOfCancelApiResponseDtoV5> callback)
상품 취소 API(v5) (asynchronously)
결제완료/상품준비중 상태의 상품을 취소합니다.
|
Modifier and Type | Method and Description |
---|---|
ResponseDtoOfCancelApiResponseDtoV5 |
ResponseDtoOfCancelApiResponseDtoV5.code(String code) |
ResponseDtoOfCancelApiResponseDtoV5 |
ResponseDtoOfCancelApiResponseDtoV5.data(CancelApiResponseDtoV5 data) |
ResponseDtoOfCancelApiResponseDtoV5 |
ResponseDtoOfCancelApiResponseDtoV5.message(String message) |
Copyright © 2022. All rights reserved.