Package | Description |
---|---|
com.coupang.marketplace.client.api | |
com.coupang.marketplace.client.model.product |
Modifier and Type | Method and Description |
---|---|
OpenapiResponseOfRequested |
CoupangMarketPlaceApi.createCoupon(String vendorId,
CouponCreateRequestOpenAPIV2Form request)
프로모션 쿠폰 등록
new ContractId 기반 프로모션 쿠폰 등록 V1 에서 조회되는 ContractId와 연동 되지 않음.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.createCouponAsync(String vendorId,
CouponCreateRequestOpenAPIV2Form request,
ApiCallback<OpenapiResponseOfRequested> callback)
프로모션 쿠폰 등록 (asynchronously)
new ContractId 기반 프로모션 쿠폰 등록 V1 에서 조회되는 ContractId와 연동 되지 않음.
|
ApiResponse<OpenapiResponseOfRequested> |
CoupangMarketPlaceApi.createCouponWithHttpInfo(String vendorId,
CouponCreateRequestOpenAPIV2Form request)
프로모션 쿠폰 등록
new ContractId 기반 프로모션 쿠폰 등록 V1 에서 조회되는 ContractId와 연동 되지 않음.
|
Modifier and Type | Method and Description |
---|---|
CouponCreateRequestOpenAPIV2Form |
CouponCreateRequestOpenAPIV2Form.contractId(Long contractId) |
CouponCreateRequestOpenAPIV2Form |
CouponCreateRequestOpenAPIV2Form.discount(Double discount) |
CouponCreateRequestOpenAPIV2Form |
CouponCreateRequestOpenAPIV2Form.endAt(String endAt) |
CouponCreateRequestOpenAPIV2Form |
CouponCreateRequestOpenAPIV2Form.maxDiscountPrice(Long maxDiscountPrice) |
CouponCreateRequestOpenAPIV2Form |
CouponCreateRequestOpenAPIV2Form.name(String name) |
CouponCreateRequestOpenAPIV2Form |
CouponCreateRequestOpenAPIV2Form.startAt(String startAt) |
CouponCreateRequestOpenAPIV2Form |
CouponCreateRequestOpenAPIV2Form.type(String type) |
Copyright © 2022. All rights reserved.