Anchor to inventoryShipmentMarkInTransitinventory
inventoryShipmentMarkInTransit
mutation
Requires access scope and
access scope. Also: The user must have permission to manage inventory.
Marks a draft inventory shipment as in transit.
Anchor to Arguments
Arguments
- Anchor to inventoryShipmentIdinventory•
Shipment Id ID!required The ID of the inventory shipment to mark in transit.
Was this section helpful?
Anchor to InventoryShipmentMarkInTransitPayload returnsInventoryShipmentMarkInTransitPayload returns
- Anchor to inventoryShipmentinventory•
Shipment The marked in transit inventory shipment.
- Anchor to userErrorsuser•
Errors The list of errors that occurred from executing the mutation.
Was this section helpful?
Mutation Reference
mutation inventoryShipmentMarkInTransit($inventoryShipmentId: ID!) {
inventoryShipmentMarkInTransit(inventoryShipmentId: $inventoryShipmentId) {
inventoryShipment {
# InventoryShipment fields
}
userErrors {
field
message
}
}
}
Input
{
"inventoryShipmentId": "gid://shopify/<objectName>/10079785100"
}
{
"inventoryShipmentId": "gid://shopify/<objectName>/10079785100"
}