DEV

Mutation.

shipmentConsolidationVoid

Voids an OPEN ShipmentConsolidation, detaching every member Shipment so they can be re-assigned. Only permitted while the consolidation is OPEN. No carrier call is made — this does not cancel anything with the carrier, because a batch that has been lodged cannot be voided here at all.

Arguments

id

ID!

Required

No description
GraphQL
1
2
3
type Mutation {
  shipmentConsolidationVoid(id: ID!): ShipmentConsolidation!
}
Book a demo

Was this page helpful?