Skip to main content

additionalItemId

[DEPRECATED]

Query 'additionalItemId' is deprecated. Use 'itemIdentifer' query instead.

Get a particular item identifier by GTIN.

additionalItemId(
gtin: String!
businessUnitGroupId: String
businessUnitId: String
): AdditionalItemId @deprecated

Arguments

additionalItemId.gtin ● String! non-null scalar

The GTIN identifier.

additionalItemId.businessUnitGroupId ● String scalar

The ID of the Business Unit Group.

additionalItemId.businessUnitId ● String scalar

The ID of the Business Unit.

Type

AdditionalItemId object

A additional item id represents a product 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.