Class ByProjectKeyInStoreKeyByStoreKeyQuoteRequestsPostString

All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyInStoreKeyByStoreKeyQuoteRequestsPostString>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyQuoteRequestsPostString>, ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyQuoteRequestsPostString>, ClientRequestCommand<QuoteRequest>, CreateHttpRequestCommand, HttpRequestCommand<QuoteRequest>, RequestCommand<QuoteRequest>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.quote_request.QuoteRequest>> result = apiRoot
            .withProjectKey("{projectKey}")
            .inStoreKeyWithStoreKeyValue("{storeKey}")
            .quoteRequests()
            .post("")
            .execute()