Class ByProjectKeyShoppingListsKeyByKeyPost

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyShoppingListsKeyByKeyPost>, Deprecatable200Trait<ByProjectKeyShoppingListsKeyByKeyPost>, ErrorableTrait<ByProjectKeyShoppingListsKeyByKeyPost>, ExpandableTrait<ByProjectKeyShoppingListsKeyByKeyPost>, ClientRequestCommand<ShoppingList>, CreateHttpRequestCommand, HttpRequestCommand<ShoppingList>, RequestCommand<ShoppingList>



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