Class ByProjectKeyShoppingListsByIDPost

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



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