Sendcloud · Arazzo Workflow
Sendcloud Create a Parcel and Track its Shipment
Version 1.0.0
Create a labelled parcel, then poll its tracking until it is en route.
View Spec
View on GitHub
ShippingLogisticsEcommerceCarriersLabelsReturnsTrackingEuropeArazzoWorkflows
Provider
Workflows
create-parcel-track-shipment
Create a labelled parcel and poll its tracking status until it is on route.
Creates a single parcel with a label request, captures the tracking number, and polls the Tracking API, looping while the parcel is still being announced and finishing once it is on route.
1
createParcel
sc-public-v2-scp-post-create_parcel
Create a single parcel and request a label, returning the tracking number used to follow the shipment.
2
trackParcel
sc-public-v2-tracking-get-detailed_tracking_information
Fetch the latest tracking information for the parcel by its tracking number and branch on the most recent parent status.
Source API Descriptions
openapi