Class ByProjectKeyInStoreKeyByStoreKeyStagedQuotesByIDHead

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyInStoreKeyByStoreKeyStagedQuotesByIDHead,JsonNode>
com.commercetools.api.client.ByProjectKeyInStoreKeyByStoreKeyStagedQuotesByIDHead
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyStagedQuotesByIDHead>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyStagedQuotesByIDHead>, ClientRequestCommand<JsonNode>, CreateHttpRequestCommand, HttpRequestCommand<JsonNode>, RequestCommand<JsonNode>

Checks if a StagedQuote exists for a given id. Returns a 200 OK status if the StagedQuote exists or a ResourceNotFound error otherwise.



   CompletableFuture<ApiHttpResponse<com.fasterxml.jackson.databind.JsonNode>> result = apiRoot
            .withProjectKey("{projectKey}")
            .inStoreKeyWithStoreKeyValue("{storeKey}")
            .stagedQuotes()
            .withId("{ID}")
            .head()
            .execute()