Orderful · Arazzo Workflow
Orderful Order-to-Cash
Version 1.0.0
Receive a Purchase Order from an inbox, approve delivery, acknowledge it, and send back the acknowledgment.
View Spec
View on GitHub
CompanyEDIElectronic Data InterchangeSupply ChainB2BLogisticsRetailTransactionsIntegrationArazzoWorkflows
Provider
Workflows
order-to-cash
Poll an inbox for a PO, fetch it, approve the delivery, acknowledge it, and create the 855 response.
1
pollInbox
PollingController_list
Retrieve inbound transactions waiting in the polling bucket.
2
getTransaction
TransactionControllerV3_getById
Fetch the full Purchase Order transaction.
3
approveDelivery
DeliveryController_handleDeliveryApproved
Confirm the delivery so it leaves the bucket and is marked DELIVERED.
4
acknowledge
TransactionControllerV3_acknowledgeTransaction
Create a functional acknowledgment for the received PO.
5
sendAcknowledgment
TransactionControllerV3_create
Send the Purchase Order Acknowledgment (855) back to the partner.