Mylibrary.bookshelves: addVolume
Stay organized with collections
Save and categorize content based on your preferences.
Requires authorization
Adds a volume to a bookshelf.
Try it now.
Request
HTTP Request
POST https://www.googleapis.com/books/v1/mylibrary/bookshelves/shelf/addVolume
Parameters
Parameter Name |
Value |
Description |
Required Parameters |
shelf |
string |
ID of bookshelf to which to add a volume.
|
volumeId |
string |
ID of volume to add.
|
Optional Parameters |
source |
string |
String to identify the originator of this request.
|
Authorization
This request requires authorization with at least one of the following scopes (read more about authentication and authorization).
Scope |
https://www.googleapis.com/auth/books |
Request Body
Do not supply a request body with this method.
Response
If successful, this method returns an empty response body.
Try It!
Use the explorer below to call this method on live data and see the response.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-06-26 UTC.
[null,null,["Last updated 2024-06-26 UTC."],[[["\u003cp\u003eAdds a specified volume to a designated bookshelf within your library.\u003c/p\u003e\n"],["\u003cp\u003eRequires authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/books\u003c/code\u003e scope.\u003c/p\u003e\n"],["\u003cp\u003eThe request uses the \u003ccode\u003ePOST\u003c/code\u003e method and does not require a request body.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful execution results in an empty response body, indicating the volume was added.\u003c/p\u003e\n"]]],[],null,["# Mylibrary.bookshelves: addVolume\n\n**Requires [authorization](#auth)**\n\nAdds a volume to a bookshelf.\n[Try it now](#try-it).\n\nRequest\n-------\n\n### HTTP Request\n\n```\nPOST https://www.googleapis.com/books/v1/mylibrary/bookshelves/shelf/addVolume\n```\n\n### Parameters\n\n| Parameter Name | Value | Description |\n|----------------|----------|----------------------------------------------------|\n| **Required Parameters** |||\n| `shelf` | `string` | ID of bookshelf to which to add a volume. |\n| `volumeId` | `string` | ID of volume to add. |\n| **Optional Parameters** |||\n| `source` | `string` | String to identify the originator of this request. |\n\n### Authorization\n\nThis request requires authorization with at least one of the following scopes ([read more about authentication and authorization](/books/docs/v1/using#auth)).\n\n| Scope |\n|-----------------------------------------|\n| `https://www.googleapis.com/auth/books` |\n\n### Request Body\n\nDo not supply a request body with this method.\n\nResponse\n--------\n\nIf successful, this method returns an empty response body.\n\nTry It!\n-------\n\n\nUse the explorer below to call this method on live data and see the response."]]