Skip to main content

potentialDuplicateItemIdentifiers

Finds potential duplicate Item Identifiers.

At least 2 first characters of the value must be provided. The more characters you provide, the more accurate results you get in the response.

Returns top 50 results. Item Identifiers in the DELETED state will not be included in the results.

potentialDuplicateItemIdentifiers(
value: String!
type: ItemIdentifierType!
): [PotentialDuplicateItemIdentifier]

Arguments

potentialDuplicateItemIdentifiers.value ● String! non-null scalar

The value of the Item Identifier or at least its first 4 characters.

potentialDuplicateItemIdentifiers.type ● ItemIdentifierType! non-null enum

The type of the Item Identifier.

Type

PotentialDuplicateItemIdentifier object

Potential Duplicate Item Identifier query model.