--- title: InventoryTransferStatus - GraphQL Admin description: The status of a transfer. api_version: 2025-10 api_name: admin type: enum api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/enums/inventorytransferstatus md: https://shopify.dev/docs/api/admin-graphql/latest/enums/inventorytransferstatus.md --- # Inventory​Transfer​Status enum The status of a transfer. ## Valid values * CANCELED The inventory transfer has been canceled. * DRAFT The inventory transfer has been created but not yet finalized. * IN\_​PROGRESS The inventory transfer is in progress, with a shipment currently underway or received. * OTHER Status not included in the current enumeration set. * READY\_​TO\_​SHIP The inventory transfer has been created, but not yet shipped. * TRANSFERRED The inventory transfer has been completely received at the destination. *** ## Fields * [Inventory​Transfer.status](https://shopify.dev/docs/api/admin-graphql/latest/objects/InventoryTransfer#field-InventoryTransfer.fields.status) OBJECT Represents the intention to move inventory between locations. *** ## Map ### Fields with this enum * <-|[Inventory​Transfer.status](https://shopify.dev/docs/api/admin-graphql/latest/objects/InventoryTransfer#field-InventoryTransfer.fields.status)