Sendcloud · Arazzo Workflow
Sendcloud Ship an Order Asynchronously and Poll the Parcel
Version 1.0.0
Request a label for an order asynchronously, then poll the created parcel until it has a label.
View Spec
View on GitHub
ShippingLogisticsEcommerceCarriersLabelsReturnsTrackingEuropeArazzoWorkflows
Provider
Workflows
ship-order-async-poll-parcel
Asynchronously label an order and poll the created parcel until labelled.
Requests an asynchronous label for an order, captures the first created parcel id, then polls the parcel until it reports a tracking number, indicating the label was generated.
1
shipOrderAsync
sc-public-v3-orders_labels-post-create_labels_async
Request a label for the order asynchronously, returning the created parcel ids without waiting for label generation.
2
pollParcel
sc-public-v2-scp-get-parcel_by_id
Retrieve the created parcel by id and branch on whether it has a tracking number yet, looping until the label has been generated.
Source API Descriptions
openapi