Class ByProjectKeyMeShoppingListsKeyByKeyPostString

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