itemIdentifier
Accepts entityId, itemIdentifierValue, businessUnitGroupId, businessUnitId arguments and returns a single Item Identifier as response.
Either entityId or itemIdentifierValue argument must be supplied.
Either businessUnitGroupId or businessUnitId argument must be supplied.
itemIdentifier(
entityId: String
itemIdentifierValue: String
businessUnitGroupId: String
businessUnitId: String
): ItemIdentifier
Arguments
itemIdentifier.entityId ● String scalar
Item Identifier id.
itemIdentifier.itemIdentifierValue ● String scalar
Item Identifier value.
itemIdentifier.businessUnitGroupId ● String scalar
Business unit group identifier.
itemIdentifier.businessUnitId ● String scalar
Business unit identifier.
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.