You can lookup orders belonging to a customer with the following call:
```GET /admin/orders.json?customer_id=207119551```
You can retrieve the ID from the search.json endpoint
```GET /admin/customers/search.json?query=email:name@hostmail.com&fields=id```