Class ByProjectKeyOrdersQuotesPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyOrdersQuotesPost,Order,OrderFromQuoteDraft>
com.commercetools.api.client.ByProjectKeyOrdersQuotesPost
All Implemented Interfaces:
ErrorableTrait<ByProjectKeyOrdersQuotesPost>, io.vrap.rmf.base.client.ClientRequestCommand<Order>, io.vrap.rmf.base.client.RequestCommand<Order>

Create an Order from a Quote



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