Sendcloud · Arazzo Workflow
Sendcloud Cancel a Shipment with Confirmation
Version 1.0.0
Look up a shipment by id, then cancel it and branch on whether cancellation was immediate or queued.
View Spec
View on GitHub
ShippingLogisticsEcommerceCarriersLabelsReturnsTrackingEuropeArazzoWorkflows
Provider
Workflows
cancel-shipment
Retrieve a shipment and cancel it, distinguishing immediate from queued cancellation.
Looks up a shipment by id, then requests its cancellation and reports whether the carrier cancelled it immediately or queued the request.
1
getShipment
sc-public-v3-scp-get-shipment_by_id
Retrieve the shipment by its id to confirm it exists and read its current parcel status before attempting cancellation.
2
cancelShipment
sc-public-v3-scp-post-cancel_shipment
Request cancellation of the shipment; a 200 indicates immediate cancellation while a 202 indicates the request was queued.