Add a book to shelf
POST https://www.goodreads.com/shelf/add_to_shelf.xml?name={{shelfName}}&book_id={{bookId}}
Adds a book reviewed by a followed user to the shelf created in the previous request.
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
name | string | Shelf Name | |
book_id | string | Book ID to be added |