Sendcloud · Arazzo Workflow
Sendcloud Announce a Shipment with Label
Version 1.0.0
Announce a shipment synchronously, then verify it and read its label document link.
View Spec
View on GitHub
ShippingLogisticsEcommerceCarriersLabelsReturnsTrackingEuropeArazzoWorkflows
Provider
Workflows
announce-shipment-with-label
Announce a shipment synchronously and retrieve its generated label link.
Sends a synchronous announce request with the recipient address, sender address, chosen shipping option, and a single parcel, then retrieves the created shipment to expose the parcel id, tracking number, and label link.
1
announceShipment
sc-public-v3-scp-post-announce_shipment
Create and announce the shipment synchronously so the label is generated in the same call, returning the shipment id and its parcels.
2
verifyShipment
sc-public-v3-scp-get-shipment_by_id
Re-read the shipment by its id to confirm it persisted and to surface the current parcel status and tracking details.