Package | Description |
---|---|
com.coupang.marketplace.client.api | |
com.coupang.marketplace.client.model.product |
Modifier and Type | Method and Description |
---|---|
OpenapiResponseOfRequested |
CoupangMarketPlaceApi.addItemsToCoupon(String vendorId,
Long couponId,
VendorItemIdBundle vendorItems)
couponItems add to the coupon
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.addItemsToCouponAsync(String vendorId,
Long couponId,
VendorItemIdBundle vendorItems,
ApiCallback<OpenapiResponseOfRequested> callback)
couponItems add to the coupon (asynchronously)
|
ApiResponse<OpenapiResponseOfRequested> |
CoupangMarketPlaceApi.addItemsToCouponWithHttpInfo(String vendorId,
Long couponId,
VendorItemIdBundle vendorItems)
couponItems add to the coupon
|
OpenapiResponseOfRequested |
CoupangMarketPlaceApi.expireOfCouponItem(String vendorId,
Long couponId,
String action,
VendorItemIdBundle vendorItems)
아아템의 쿠폰 파기
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.expireOfCouponItemAsync(String vendorId,
Long couponId,
String action,
VendorItemIdBundle vendorItems,
ApiCallback<OpenapiResponseOfRequested> callback)
아아템의 쿠폰 파기 (asynchronously)
|
ApiResponse<OpenapiResponseOfRequested> |
CoupangMarketPlaceApi.expireOfCouponItemWithHttpInfo(String vendorId,
Long couponId,
String action,
VendorItemIdBundle vendorItems)
아아템의 쿠폰 파기
|
Modifier and Type | Method and Description |
---|---|
VendorItemIdBundle |
VendorItemIdBundle.addVendorItemsItem(Long vendorItemsItem) |
VendorItemIdBundle |
VendorItemIdBundle.vendorItems(List<Long> vendorItems) |
Copyright © 2022. All rights reserved.