Class ByProjectKeyShoppingListsPostString

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



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