ItemIdentifier Object
Description
Generic identifier for an item (e.g., barcode, catalog number).
Declaration
type ItemIdentifier {
type: String
description: String
value: String
}
Fields
| Name | Type | Description |
|---|---|---|
type | String | Type of identifier. |
description | String | Description of the identifier. |
value | String | The identifier value. |