Salla · Arazzo Workflow
Salla Order Fulfillment
Version 1.0.0
Read an order, create its shipment, and advance the order status.
View Spec
View on GitHub
ArabicE-CommerceGCCHeadless CommerceMerchantMENAOnline StoresRetailSaudi ArabiaSMBStorefrontArazzoWorkflows
Provider
Workflows
fulfill-order
Create a shipment for an order and advance its status.
Reads an order and its items, creates a shipment against it, and updates the order status to reflect that fulfillment has started.
1
getOrder
getOrder
Read the order in full to confirm it exists and is in a fulfillable state.
2
listItems
listOrderItems
List the order line items to confirm what is being shipped.
3
createShipment
createShipment
Create a shipment against the order with the supplied courier and tracking details.
4
advanceStatus
updateOrderStatus
Advance the order status to reflect that fulfillment has started.