Class ByProjectKeyOrdersEditsByIDPost

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyOrdersEditsByIDPost>, Deprecatable200Trait<ByProjectKeyOrdersEditsByIDPost>, ErrorableTrait<ByProjectKeyOrdersEditsByIDPost>, ExpandableTrait<ByProjectKeyOrdersEditsByIDPost>, ClientRequestCommand<OrderEdit>, CreateHttpRequestCommand, HttpRequestCommand<OrderEdit>, RequestCommand<OrderEdit>



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