Anchor to inventoryTransferCancelinventory
inventoryTransferCancel
mutation
Requires access scope and
access scope. Also: The user must have permission to manage inventory.
Cancels an inventory transfer.
Anchor to Arguments
Arguments
- Anchor to transferIdtransfer•
Id ID!required The ID of the inventory transfer to cancel.
Was this section helpful?
Anchor to InventoryTransferCancelPayload returnsInventoryTransferCancelPayload returns
- Anchor to inventoryTransferinventory•
Transfer The cancelled inventory transfer.
- Anchor to userErrorsuser•
Errors The list of errors that occurred from executing the mutation.
Was this section helpful?
Mutation Reference
mutation inventoryTransferCancel($transferId: ID!) {
inventoryTransferCancel(transferId: $transferId) {
inventoryTransfer {
# InventoryTransfer fields
}
userErrors {
field
message
}
}
}
Input
{
"transferId": "gid://shopify/<objectName>/10079785100"
}
{
"transferId": "gid://shopify/<objectName>/10079785100"
}