Class ByProjectKeyMeShoppingListsKeyByKeyPostString

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyMeShoppingListsKeyByKeyPostString>, Deprecatable200Trait<ByProjectKeyMeShoppingListsKeyByKeyPostString>, ErrorableTrait<ByProjectKeyMeShoppingListsKeyByKeyPostString>, ExpandableTrait<ByProjectKeyMeShoppingListsKeyByKeyPostString>, 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("")
            .execute()