Class ByProjectKeyMeShoppingListsKeyByKeyPost

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



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