Class ByProjectKeyShoppingListsByIDGet

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



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