Class ByProjectKeyMeShoppingListsKeyByKeyPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,TBody>
io.vrap.rmf.base.client.TypeBodyApiMethod<ByProjectKeyMeShoppingListsKeyByKeyPost,ShoppingList,MyShoppingListUpdate>
com.commercetools.api.client.ByProjectKeyMeShoppingListsKeyByKeyPost
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyMeShoppingListsKeyByKeyPost>, Deprecatable200Trait<ByProjectKeyMeShoppingListsKeyByKeyPost>, ErrorableTrait<ByProjectKeyMeShoppingListsKeyByKeyPost>, ExpandableTrait<ByProjectKeyMeShoppingListsKeyByKeyPost>, io.vrap.rmf.base.client.ClientRequestCommand<ShoppingList>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<ShoppingList>, io.vrap.rmf.base.client.RequestCommand<ShoppingList>



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