Class ByProjectKeyShoppingListsKeyByKeyPostString

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



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