Class ByProjectKeyInStoreKeyByStoreKeyQuotesPostString

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



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