WooCommerce · Arazzo Workflow
WooCommerce Create Customer with Billing and Order
Version 1.0.0
Create a customer with a full billing address, then place an order reusing that address.
Provider
Workflows
create-customer-with-billing-order
Create a customer with billing details and place an order for them.
Creates a customer with a billing address, places an order reusing that billing address, and reads the order back to verify it.
1
createCustomer
createCustomer
Create a customer account with a complete billing address.
2
createOrder
createOrder
Place an order for the customer reusing the same billing address and a single line item.
3
getOrder
getOrder
Read the order back to confirm it was recorded with the billing address.