WooCommerce · Arazzo Workflow
WooCommerce Create Customer and Order
Version 1.0.0
Create a customer account and place an order on their behalf, then read the order back.
Provider
Workflows
create-customer-and-order
Create a customer, place an order for them, and confirm the order.
Creates a customer account, creates an order referencing that customer and a product line item, and reads the order back to verify it persisted.
1
createCustomer
createCustomer
Create the customer account that the order will be placed against.
2
createOrder
createOrder
Create an order tied to the new customer with a single product line item.
3
getOrder
getOrder
Retrieve the created order to confirm it was recorded against the customer.