ItemIdentifierInput Input
Description
Input fields for item identifiers such as ISBN, barcode, or catalog numbers.
Declaration
input ItemIdentifierInput {
type: String
description: String
value: String
}
Fields
| Name | Type | Description |
|---|---|---|
type | String | Type of identifier, such as "ISBN_10", "ISBN_13", "UPC", "EAN", or "CATALOG_NUMBER". |
description | String | Optional description or label for the identifier. |
value | String | The identifier value itself. |