Get book details
get_bookRetrieve full book details by providing either a numeric product ID or exact SKU. For a borrowable copy, append '-L' to the SKU.
Instructions
Fetch full details for a single book by its numeric product ID or its exact SKU. Provide exactly one of 'id' or 'sku'. Note that for-sale and for-borrow copies of the same title have different IDs and SKUs (the borrow copy's SKU ends in '-L').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Numeric product ID | |
| sku | No | Exact SKU, e.g. '9785041817558' (for sale) or '9785041817558-L' (to borrow) |