Skip to main content
Anchor to inventoryTransferMarkAsReadyToShip

inventoryTransferMarkAsReadyToShip

mutation

Requires write_inventory_transfers access scope. Also: The user must have permission to manage inventory.

Sets an inventory transfer to ready to ship.

ID!
required

The ID of the inventory transfer to mark as ready to ship.


Was this section helpful?

Anchor to InventoryTransferMarkAsReadyToShipPayload returnsInventoryTransferMarkAsReadyToShipPayload returns

InventoryTransfer

The ready to ship inventory transfer.

[InventoryTransferMarkAsReadyToShipUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?