Short answer: You can get customer in WooCommerce by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the WooCommerce Get Customer action to a workflow, map its 1 input from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Customer ID customer_id | string | Required | Customer ID. Example: 25 |
{"customer_id": "e.g. 25"}
{"id": 25,"role": "customer","email": "customer@example.com","billing": {"city": "Anytown","email": "customer@example.com","phone": "555-1234","state": "CA","postcode": "90210","address_1": "123 Main St","last_name": "Doe","first_name": "John"},"shipping": {"address_1": "123 Main St","last_name": "Doe","first_name": "John"},"last_name": "Doe","first_name": "John","total_spent": "149.97","orders_count": 3}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.