PotentialDuplicateItemIdentifier
Potential Duplicate Item Identifier query model.
type PotentialDuplicateItemIdentifier {
id: String
businessUnitId: String @deprecated
businessUnitIds: [String]
businessUnitGroupId: String
businessUnitHierarchyLevel: Int
value: String
type: ItemIdentifierType!
itemId: String
}
Fields
PotentialDuplicateItemIdentifier.id ● String scalar
The ID of the Item Identifier.
PotentialDuplicateItemIdentifier.businessUnitId ● String deprecated scalar
DEPRECATED
BusinessUnitId is obsolete. Use BusinessUnitIds property instead.
The ID of the Business Unit associated with the Item Identifier.
PotentialDuplicateItemIdentifier.businessUnitIds ● [String] list scalar
The IDs of the Business Units associated with the Item Identifier.
PotentialDuplicateItemIdentifier.businessUnitGroupId ● String scalar
Used to assign the Item Identifier to a specific level in a Business Unit Group hierarchy specific to the tenant.
PotentialDuplicateItemIdentifier.businessUnitHierarchyLevel ● Int scalar
Indicates on which level in the Business Unit Group hierarchy the Item Identifier is defined.
PotentialDuplicateItemIdentifier.value ● String scalar
The actual value of the Item Identifier.
PotentialDuplicateItemIdentifier.type ● ItemIdentifierType! non-null enum
The type of the Item Identifier.
PotentialDuplicateItemIdentifier.itemId ● String scalar
The ID of the Item the Item Identifier is applicable to.