WooCommerce · Arazzo Workflow
WooCommerce Customer Order Refund Lifecycle
Version 1.0.0
Onboard a customer, place and complete their order, then refund it end to end.
Provider
Workflows
customer-order-refund-lifecycle
Create customer, place order, complete it, and refund it.
Creates a customer, creates and completes an order for them, and issues a refund against that order.
1
createCustomer
createCustomer
Create the customer account that the order will be placed against.
2
createOrder
createOrder
Place an order for the customer with a single product line item.
3
completeOrder
updateOrder
Transition the order to completed so it becomes eligible for a refund.
4
createRefund
createOrderRefund
Issue a refund against the completed order for the supplied amount.