--- /dev/null
+Vandelay (MARC Import/Export) Copy Overlay
+------------------------------------------
+
+Vandelay Item Attributes (Cataloging -> MARC Import /
+Export -> Import Item Attribute Definitions) contains
+a new field called "Overlay Match ID". The presence of data
+in this field indicates to the Vandelay import process that a
+copy overlay is requested instead of new copy creation. The
+value for the field is the copy id for bib record queues and the
+ACQ lineitem_detail ID for Acquisitions Queues. For either type
+of queue, however, overlay occurs against a real copy (asset.copy).
+In the ACQ queue case, we use the lineitem_detail ID because this
+is the data ACQ providers have access to.
+
+When a value is a set and a matching copy is found, the values
+extracted from the inbound copy data are used to replace values
+on the existing found copy. Any fields on the inbound copy
+that are empty are ignored.
+
+Permission
+~~~~~~~~~~
+
+This adds a new permission called IMPORT_OVERLAY_COPY which is
+to perform the copy overlay step.
+
+Regardless of permission, it is not possible to overlay values on
+a copy unless the imported bib record links to (creates/overlays/merges)
+the owning bib record for the copy to be overlaid. This is both
+for security and removal of a potentially potent foot-gun.
+