Books.Attributes
The attributes for a books resource.
Declaration
object Books.AttributesProperties
| Name | Type | Description |
|---|---|---|
artistName Required | string | The name of the artist for this content. |
artwork Required | Artwork | The artwork for this content. |
genreNames Required | [string] | A list of genre names associated with this content. |
isbn | string | The ISBN of this book. |
name Required | string | The (potentially) censored name of the content. |
offers Required | [Books.Attributes.Offers] | A map of offer and asset information for the associated content. |
seriesInfo | Books.Attributes.SeriesInfo | Info about the series this book is a part of. |
taxExclusivePrices | [Books.Attributes.TaxExclusivePrices] | (Personalized) Tax-exclusive prices for this salable. |
taxRate | number | (Personalized) Tax rate for this salable for the current account. |
url Required | string | A canonical URL to the content that may be used for sharing or linking to the content externally. |
userRating Required | Books.Attributes.UserRating | User rating information for the content. |