Shipments

Cancel a shipment

Cancels a shipment at Shipmondo and the carrier if possible.

**Note:** This doesn't refund the shipment in Shipmondo.
put/shipments/{id}/cancel

Path parameters

idinteger required

ID for the shipment to be included in the filter

Response

Successful.

cancelledboolean

Whether or not the shipment is cancelled at Shipmondo.

cancelled_at_carrierboolean

Whether or not the shipment is cancelled at the carrier.

refundedboolean

Whether or not the shipment is refunded in Shipmondo (Refunds are not triggered by this endpoint itself).

Changes

No recorded changes to this endpoint across all 5 revisions of this API.