Skip to main content

BookIdentifier Object

Description

Industry identifier for a book item (e.g., ISBN, ASIN).

Declaration

type BookIdentifier {
type: String
identifier: String
}

Fields

NameTypeDescription
typeStringType of identifier (e.g., "ISBN_13", "ISBN_10", "ASIN").
identifierStringThe identifier value.