Class ByProjectKeyMeShoppingListsByIDPostString

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



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