Class ByProjectKeyInStoreKeyByStoreKeyStagedQuotesKeyByKeyPost

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyInStoreKeyByStoreKeyStagedQuotesKeyByKeyPost>, Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyStagedQuotesKeyByKeyPost>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyStagedQuotesKeyByKeyPost>, ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyStagedQuotesKeyByKeyPost>, ClientRequestCommand<StagedQuote>, CreateHttpRequestCommand, HttpRequestCommand<StagedQuote>, RequestCommand<StagedQuote>



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