Class ByProjectKeyCartDiscountsKeyByKeyPostString

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyCartDiscountsKeyByKeyPostString>, Deprecatable200Trait<ByProjectKeyCartDiscountsKeyByKeyPostString>, ErrorableTrait<ByProjectKeyCartDiscountsKeyByKeyPostString>, ExpandableTrait<ByProjectKeyCartDiscountsKeyByKeyPostString>, ClientRequestCommand<CartDiscount>, CreateHttpRequestCommand, HttpRequestCommand<CartDiscount>, RequestCommand<CartDiscount>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.cart_discount.CartDiscount>> result = apiRoot
            .withProjectKey("{projectKey}")
            .cartDiscounts()
            .withKey("{key}")
            .post("")
            .execute()