Class ByProjectKeyMeShoppingListsPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyMeShoppingListsPost,ShoppingList,MyShoppingListDraft>
com.commercetools.api.client.ByProjectKeyMeShoppingListsPost
All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyMeShoppingListsPost>, ErrorableTrait<ByProjectKeyMeShoppingListsPost>, ExpandableTrait<ByProjectKeyMeShoppingListsPost>, 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()
            .post(null)
            .execute()