Removes Shipments from an OPENShipmentConsolidation so they can be assigned to a different one. Only permitted while the consolidation is OPEN — once the carrier order exists the membership is fixed at the carrier and can no longer be changed. No carrier call is made.
Mutation.
shipmentConsolidationRemoveShipments
Removes
Shipments from anOPENShipmentConsolidationso they can be assigned to a different one. Only permitted while the consolidation isOPEN— once the carrier order exists the membership is fixed at the carrier and can no longer be changed. No carrier call is made.Arguments
input
ShipmentConsolidationRemoveShipmentsInput!
Required
Returns:
ShipmentConsolidation!
type Mutation { shipmentConsolidationRemoveShipments(input: ShipmentConsolidationRemoveShipmentsInput!): ShipmentConsolidation! }