Class ByProjectKeyShoppingListsPost

All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyShoppingListsPost>, ErrorableTrait<ByProjectKeyShoppingListsPost>, ExpandableTrait<ByProjectKeyShoppingListsPost>, ClientRequestCommand<ShoppingList>, CreateHttpRequestCommand, HttpRequestCommand<ShoppingList>, RequestCommand<ShoppingList>



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