Class ByProjectKeyShoppingListsByIDPostString

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



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