Voids an OPENShipmentConsolidation, 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.
Mutation.
shipmentConsolidationVoid
Voids an
OPENShipmentConsolidation, detaching every memberShipmentso they can be re-assigned. Only permitted while the consolidation isOPEN. 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
Returns:
ShipmentConsolidation!
type Mutation { shipmentConsolidationVoid(id: ID!): ShipmentConsolidation! }