# InventoryTransferCreateInput - admin - INPUT_OBJECT Version: unstable ## Description The input fields to create an inventory transfer. ### Access Scopes ## Fields * [dateCreated](/docs/api/admin/unstable/scalars/DateTime): DateTime - The date and time the inventory transfer was created. If left blank, defaults to the current date and time in UTC format. * [destinationLocationId](/docs/api/admin/unstable/scalars/ID): ID! - The destination location for the inventory transfer. * [lineItems](/docs/api/admin/unstable/input-objects/InventoryTransferLineItemInput): InventoryTransferLineItemInput! - The list of line items for the inventory transfer. * [note](/docs/api/admin/unstable/scalars/String): String - A note to add to the Inventory Transfer. * [originLocationId](/docs/api/admin/unstable/scalars/ID): ID! - The origin location for the inventory transfer. * [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 * [inventoryTransferCreate](/docs/api/admin/unstable/mutations/inventoryTransferCreate) * [inventoryTransferCreateAsReadyToShip](/docs/api/admin/unstable/mutations/inventoryTransferCreateAsReadyToShip) ## Examples