Class ByProjectKeyMeShoppingListsKeyByKeyGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyMeShoppingListsKeyByKeyGet>, ErrorableTrait<ByProjectKeyMeShoppingListsKeyByKeyGet>, ExpandableTrait<ByProjectKeyMeShoppingListsKeyByKeyGet>, ClientRequestCommand<ShoppingList>, CreateHttpRequestCommand, HttpRequestCommand<ShoppingList>, RequestCommand<ShoppingList>



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