Class ByProjectKeyInStoreKeyByStoreKeyQuotesPost

All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyInStoreKeyByStoreKeyQuotesPost>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyQuotesPost>, ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyQuotesPost>, ClientRequestCommand<Quote>, CreateHttpRequestCommand, HttpRequestCommand<Quote>, RequestCommand<Quote>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.quote.Quote>> result = apiRoot
            .withProjectKey("{projectKey}")
            .inStoreKeyWithStoreKeyValue("{storeKey}")
            .quotes()
            .post(null)
            .execute()