Skip to main content

itemIdentifiersByItem

Accepts itemId, businessUnitGroupId, businessUnitId arguments and returns all Item Identifiers for specified Business Unit or Business Unit Group item.

By default excludes DELETED Item Identifiers.

itemIdentifiersByItem(
itemId: String!
businessUnitGroupId: String
businessUnitId: String
primaryOnly: Boolean
type: ItemIdentifierType
): [ItemIdentifier]

Arguments

itemIdentifiersByItem.itemId ● String! non-null scalar

The ID of the item.

itemIdentifiersByItem.businessUnitGroupId ● String scalar

The ID of the business unit group.

itemIdentifiersByItem.businessUnitId ● String scalar

The ID of the business unit.

itemIdentifiersByItem.primaryOnly ● Boolean scalar

Flag indicating if only primary Item Identifiers should be returned.

itemIdentifiersByItem.type ● ItemIdentifierType enum

The type of Item Identifiers to filter by.

Type

ItemIdentifier object

An Item Identifier represents an item identification code of some sort. Usually it is a barcode like a GTIN but it might be a Non-standard code for special use-cases or it might be a PLU code for specific PLU use-cases. It can also be a QR code or other machine registrable code.