Package | Description |
---|---|
com.coupang.marketplace.client.api | |
com.coupang.marketplace.client.model.product |
Modifier and Type | Method and Description |
---|---|
ResponseDtoOfProductCashBackOutputDto |
CoupangMarketPlaceApi.setCashbacksV4(String xRequestedBy,
String vendorId,
ProductCashBackInputDto productCashBackInfoInputDto)
Seller can use this API to set cash back rule to vendorItems.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.setCashbacksV4Async(String xRequestedBy,
String vendorId,
ProductCashBackInputDto productCashBackInfoInputDto,
ApiCallback<ResponseDtoOfProductCashBackOutputDto> callback)
Seller can use this API to set cash back rule to vendorItems.
|
ApiResponse<ResponseDtoOfProductCashBackOutputDto> |
CoupangMarketPlaceApi.setCashbacksV4WithHttpInfo(String xRequestedBy,
String vendorId,
ProductCashBackInputDto productCashBackInfoInputDto)
Seller can use this API to set cash back rule to vendorItems.
|
Modifier and Type | Method and Description |
---|---|
ProductCashBackInputDto |
ProductCashBackInputDto.addVendorItemIdsItem(String vendorItemIdsItem) |
ProductCashBackInputDto |
ProductCashBackInputDto.endAt(String endAt) |
ProductCashBackInputDto |
ProductCashBackInputDto.maxAmount(String maxAmount) |
ProductCashBackInputDto |
ProductCashBackInputDto.ruleId(String ruleId) |
ProductCashBackInputDto |
ProductCashBackInputDto.startAt(String startAt) |
ProductCashBackInputDto |
ProductCashBackInputDto.value(String value) |
ProductCashBackInputDto |
ProductCashBackInputDto.valueType(String valueType) |
ProductCashBackInputDto |
ProductCashBackInputDto.vendorItemIds(List<String> vendorItemIds) |
Copyright © 2022. All rights reserved.