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
| Name | Type | Description |
|---|---|---|
type | String | Type of identifier (e.g., "Barcode", "Catalog Number", "ISBN"). |
description | String | Description of the identifier. |
text | String | Display text for the identifier. |
value | String | The identifier value. |