Class ByProjectKeyShoppingListsPost

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<ByProjectKeyShoppingListsPost,ShoppingList,ShoppingListDraft>
com.commercetools.api.client.ByProjectKeyShoppingListsPost
All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyShoppingListsPost>, ErrorableTrait<ByProjectKeyShoppingListsPost>, ExpandableTrait<ByProjectKeyShoppingListsPost>, 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()
            .post(null)
            .execute()