Class ByProjectKeyInStoreKeyByStoreKeyMeCartsGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyInStoreKeyByStoreKeyMeCartsGet,CartPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyInStoreKeyByStoreKeyMeCartsGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyMeCartsGet>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyMeCartsGet>, ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyMeCartsGet>, PagingTrait<ByProjectKeyInStoreKeyByStoreKeyMeCartsGet>, QueryTrait<ByProjectKeyInStoreKeyByStoreKeyMeCartsGet>, SortableTrait<ByProjectKeyInStoreKeyByStoreKeyMeCartsGet>, io.vrap.rmf.base.client.ClientRequestCommand<CartPagedQueryResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<CartPagedQueryResponse>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.cart.CartPagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .inStoreKeyWithStoreKeyValue("{storeKey}")
            .me()
            .carts()
            .get()
            .execute()