Package | Description |
---|---|
com.coupang.marketplace.client.api | |
com.coupang.marketplace.client.model.product |
Modifier and Type | Method and Description |
---|---|
ResponseDtoOfProductCashBackSearchResultDto |
CoupangMarketPlaceApi.getCashback(String xRequestedBy,
String vendorId,
String ruleId,
String vendorItemId)
Seller can use this API to get the cash back rule details.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ResponseDtoOfProductCashBackSearchResultDto> |
CoupangMarketPlaceApi.getCashbackWithHttpInfo(String xRequestedBy,
String vendorId,
String ruleId,
String vendorItemId)
Seller can use this API to get the cash back rule details.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.getCashbackAsync(String xRequestedBy,
String vendorId,
String ruleId,
String vendorItemId,
ApiCallback<ResponseDtoOfProductCashBackSearchResultDto> callback)
Seller can use this API to get the cash back rule details.
|
Modifier and Type | Method and Description |
---|---|
ResponseDtoOfProductCashBackSearchResultDto |
ResponseDtoOfProductCashBackSearchResultDto.code(Integer code) |
ResponseDtoOfProductCashBackSearchResultDto |
ResponseDtoOfProductCashBackSearchResultDto.data(ProductCashBackSearchResultDto data) |
ResponseDtoOfProductCashBackSearchResultDto |
ResponseDtoOfProductCashBackSearchResultDto.message(String message) |
Copyright © 2022. All rights reserved.