Class ByProjectKeyOrdersByIDPost

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyOrdersByIDPost>, Deprecatable200Trait<ByProjectKeyOrdersByIDPost>, ErrorableTrait<ByProjectKeyOrdersByIDPost>, ExpandableTrait<ByProjectKeyOrdersByIDPost>, ClientRequestCommand<Order>, CreateHttpRequestCommand, HttpRequestCommand<Order>, RequestCommand<Order>



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