Class ByProjectKeyShoppingListsByIDPost

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