Class ByProjectKeyMeShoppingListsByIDGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyMeShoppingListsByIDGet,ShoppingList>
com.commercetools.api.client.ByProjectKeyMeShoppingListsByIDGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyMeShoppingListsByIDGet>, ErrorableTrait<ByProjectKeyMeShoppingListsByIDGet>, ExpandableTrait<ByProjectKeyMeShoppingListsByIDGet>, io.vrap.rmf.base.client.ClientRequestCommand<ShoppingList>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<ShoppingList>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.shopping_list.ShoppingList>> result = apiRoot
            .withProjectKey("{projectKey}")
            .me()
            .shoppingLists()
            .withId("{ID}")
            .get()
            .execute()