WooCommerce · Arazzo Workflow
WooCommerce Create Order with Note
Version 1.0.0
Place an order and attach an internal or customer-facing note to it.
Provider
Workflows
create-order-with-note
Create an order, attach a note to it, and confirm the order.
Creates an order, adds an order note, and reads the order back to verify it was stored.
1
createOrder
createOrder
Create an order with a single product line item.
2
addNote
createOrderNote
Attach a note to the order, optionally making it visible to the customer.
3
getOrder
getOrder
Retrieve the order to confirm it persisted after the note was attached.