Class ByProjectKeyOrdersEditsByIDApplyPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyOrdersEditsByIDApplyPost,OrderEdit,OrderEditApply>
com.commercetools.api.client.ByProjectKeyOrdersEditsByIDApplyPost
All Implemented Interfaces:
ErrorableTrait<ByProjectKeyOrdersEditsByIDApplyPost>, io.vrap.rmf.base.client.ClientRequestCommand<OrderEdit>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<OrderEdit>

public class ByProjectKeyOrdersEditsByIDApplyPost extends io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyOrdersEditsByIDApplyPost,OrderEdit,OrderEditApply> implements ErrorableTrait<ByProjectKeyOrdersEditsByIDApplyPost>

Applying an OrderEdit produces the OrderEditApplied Message.



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.order_edit.OrderEdit>> result = apiRoot
            .withProjectKey("{projectKey}")
            .orders()
            .edits()
            .withId("{ID}")
            .apply()
            .post(null)
            .execute()