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