Class ByProjectKeyShoppingListsByIDGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyShoppingListsByIDGet,ShoppingList>
com.commercetools.api.client.ByProjectKeyShoppingListsByIDGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyShoppingListsByIDGet>, ErrorableTrait<ByProjectKeyShoppingListsByIDGet>, ExpandableTrait<ByProjectKeyShoppingListsByIDGet>, 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}")
            .shoppingLists()
            .withId("{ID}")
            .get()
            .execute()