Tag Association
Tag association is meant to bind some identifiers to an Item
such that it will be uniquely identified by onTag system.
📄️ createTagAssociation
Binds a list of identifiers to an EAN. Each identifier corresponds to an RFID tag that will be bound to an
📄️ resetTagAssociation
Detaches the `ItemInstance` with the provided id from the `Item` linked to it.
📄️ getIdentificationUHF
Returns a single identification UHF object.
📄️ listUHFWarehouseItemEntries
Returns the the history of the target `IdentificationUHF`. Its history is described as a sequence of `WarehouseItemEntry`.
📄️ generateQrForUhfTags
Represents a list of UHF tags as a QR-code.
📄️ getIdentificationNFC
Returns a single identification NFC object.
📄️ listNFCWarehouseItemEntries
Returns the the history of the target `IdentificationNFC`. Its history is described as a sequence of `WarehouseItemEntry`.
📄️ getIdentificationBarcode
Returns a single identification barcode object.
📄️ listBarcodeWarehouseItemEntries
Returns the the history of the target `IdentificationBarcode`. Its history is described as a sequence of `WarehouseItemEntry`.