Class ByProjectKeyMeShoppingListsByIDGet

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



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