Admin APIAPI ReferenceItemsObjectsBookIdentifierOn this pageBookIdentifier Object Description Industry identifier for a book item (e.g., ISBN, ASIN). Declaration type BookIdentifier { type: String identifier: String} Fields NameTypeDescriptiontypeStringType of identifier (e.g., "ISBN_13", "ISBN_10", "ASIN").identifierStringThe identifier value.