Sendcloud · Arazzo Workflow
Sendcloud Validate and Create a Return
Version 1.0.0
Validate a return payload, create the return, then retrieve its full detail.
View Spec
View on GitHub
ShippingLogisticsEcommerceCarriersLabelsReturnsTrackingEuropeArazzoWorkflows
Provider
Workflows
validate-create-return
Validate a return, create it, and retrieve its detail.
Validates a return payload built from the from/to addresses, weight, and shipping option, creates the return once validation passes, and retrieves the created return by its id.
1
validateReturn
sc-public-v3-scp-post-returns_validate
Send the return payload to the validation endpoint to confirm it passes all checks before any return is actually created.
2
createReturn
sc-public-v3-scp-post-returns_create_new_return
Create the standalone return now that the payload has been validated, returning the new return id and incoming parcel id.
3
getReturn
sc-public-v3-scp-get-returns_get_details
Retrieve the created return by its id to expose its current status and tracking detail.