Class ByProjectKeyInStoreKeyByStoreKeyStagedQuotesPost

All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyInStoreKeyByStoreKeyStagedQuotesPost>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyStagedQuotesPost>, ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyStagedQuotesPost>, ClientRequestCommand<StagedQuote>, CreateHttpRequestCommand, HttpRequestCommand<StagedQuote>, RequestCommand<StagedQuote>



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