Class ByProjectKeyOrdersByIDPostString

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



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