Class ByProjectKeyOrdersEditsByIDApplyPost

All Implemented Interfaces:
ErrorableTrait<ByProjectKeyOrdersEditsByIDApplyPost>, ClientRequestCommand<OrderEdit>, CreateHttpRequestCommand, HttpRequestCommand<OrderEdit>, RequestCommand<OrderEdit>

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()