# InventoryTransferLocation - admin - OBJECT Version: unstable ## Description Represents a snapshot of the source or destination of an inventory transfer. ### Access Scopes `read_inventory_transfers` access scope. ## Fields * [address1](/docs/api/admin/unstable/scalars/String): String - The primary address of the inventory transfer target. * [address2](/docs/api/admin/unstable/scalars/String): String - The secondary address of the inventory transfer target. * [city](/docs/api/admin/unstable/scalars/String): String - The city of the inventory transfer target. * [contactName](/docs/api/admin/unstable/scalars/String): String - The contact name of the inventory transfer target. * [country](/docs/api/admin/unstable/scalars/String): String - The country of the inventory transfer target. * [email](/docs/api/admin/unstable/scalars/String): String - The email of the inventory transfer target. * [latitude](/docs/api/admin/unstable/scalars/Float): Float - The latitude of the inventory transfer target. * [longitude](/docs/api/admin/unstable/scalars/Float): Float - The longitude of the inventory transfer target. * [name](/docs/api/admin/unstable/scalars/String): String - The name of the Transfer Target. * [phone](/docs/api/admin/unstable/scalars/String): String - The phone number of the inventory transfer target. * [province](/docs/api/admin/unstable/scalars/String): String - The province of the inventory transfer target. * [targetRecord](/docs/api/admin/unstable/objects/Location): Location - References the underlying Location backing the Target. * [zip](/docs/api/admin/unstable/scalars/String): String - The zip code of the inventory transfer target. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples