Class ByProjectKeyInStoreKeyByStoreKeyCartDiscountsByIDPostString

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

To update a CartDiscount, you must have permissions for all Stores the CartDiscount is associated with, except when removing a Store.



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