Class ByProjectKeyInStoreKeyByStoreKeyQuoteRequestsKeyByKeyPostString

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyInStoreKeyByStoreKeyQuoteRequestsKeyByKeyPostString>, Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyQuoteRequestsKeyByKeyPostString>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyQuoteRequestsKeyByKeyPostString>, ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyQuoteRequestsKeyByKeyPostString>, ClientRequestCommand<QuoteRequest>, CreateHttpRequestCommand, HttpRequestCommand<QuoteRequest>, RequestCommand<QuoteRequest>



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