# InventoryTransferEditInput - admin - INPUT_OBJECT Version: unstable ## Description The input fields to edit an inventory transfer. ### Access Scopes ## Fields * [dateCreated](/docs/api/admin/unstable/scalars/Date): Date - The date the inventory transfer was created. * [destinationId](/docs/api/admin/unstable/scalars/ID): ID - The destination location for the inventory transfer. The destination location can only be changed for draft transfers. * [note](/docs/api/admin/unstable/scalars/String): String - A note to add to the Inventory Transfer. * [originId](/docs/api/admin/unstable/scalars/ID): ID - The origin location for the inventory transfer. The origin location can only be changed for draft transfers. * [referenceName](/docs/api/admin/unstable/scalars/String): String - The reference name to add to the inventory transfer. * [tags](/docs/api/admin/unstable/scalars/String): String - The tags to add to the inventory transfer. ## Input objects with this input object * [inventoryTransferEdit](/docs/api/admin/unstable/mutations/inventoryTransferEdit) ## Examples