--- title: InventoryTransferCancelPayload - GraphQL Admin description: Return type for `inventoryTransferCancel` mutation. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/inventorytransfercancelpayload md: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/inventorytransfercancelpayload.md --- # Inventory​Transfer​Cancel​Payload payload Return type for `inventoryTransferCancel` mutation. ## Fields * inventory​Transfer [Inventory​Transfer](https://shopify.dev/docs/api/admin-graphql/unstable/objects/InventoryTransfer) The cancelled inventory transfer. * user​Errors [\[Inventory​Transfer​Cancel​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/InventoryTransferCancelUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [inventory​Transfer​Cancel](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/inventoryTransferCancel) mutation Cancels an inventory transfer. * id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) required ### Arguments The ID of the inventory transfer to cancel. *** *** ## Map ### Mutations with this payload * [inventory​Transfer​Cancel](https://shopify.dev/docs/api/admin-graphql/unstable/types/inventoryTransferCancel)