Class ByProjectKeyOrdersEditsByIDGet

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



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