Class ByProjectKeyShoppingListsKeyByKeyPost

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<ByProjectKeyShoppingListsKeyByKeyPost,ShoppingList,ShoppingListUpdate>
com.commercetools.api.client.ByProjectKeyShoppingListsKeyByKeyPost
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyShoppingListsKeyByKeyPost>, Deprecatable200Trait<ByProjectKeyShoppingListsKeyByKeyPost>, ErrorableTrait<ByProjectKeyShoppingListsKeyByKeyPost>, ExpandableTrait<ByProjectKeyShoppingListsKeyByKeyPost>, 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}")
            .shoppingLists()
            .withKey("{key}")
            .post(null)
            .execute()