Skip to main content

ItemDataIdentifier Object

Description

Identifier for an item (e.g., barcode, catalog number, ISBN).

Declaration

type ItemDataIdentifier {
type: String
description: String
text: String
value: String
}

Fields

NameTypeDescription
typeStringType of identifier (e.g., "Barcode", "Catalog Number", "ISBN").
descriptionStringDescription of the identifier.
textStringDisplay text for the identifier.
valueStringThe identifier value.