Salla · Arazzo Workflow
Salla Shipment Lifecycle
Version 1.0.0
Resolve a courier, create a shipment, read it back, and branch on whether to cancel.
View Spec
View on GitHub
ArabicE-CommerceGCCHeadless CommerceMerchantMENAOnline StoresRetailSaudi ArabiaSMBStorefrontArazzoWorkflows
Provider
Workflows
shipment-lifecycle
Create and track a shipment, optionally cancelling it.
Lists shipping companies, creates a shipment, reads it back for tracking detail, and cancels it when the caller flags that it should not proceed.
1
listCouriers
listShippingCompanies
List the shipping companies available to the store so a courier can be chosen.
2
createShipment
createShipment
Create a shipment against the order with the chosen courier.
3
getShipment
getShipment
Read the created shipment back to capture its tracking number and link.
4
cancelShipment
cancelShipment
Cancel the shipment when the caller flagged that it should not proceed.