Customer Addresses
All saved addresses for a customer — read-only sub-resource used by the Create-Order screen's billing/shipping picker.
| Endpoint | Method |
|---|---|
/api/admin/customers/{customerId}/addresses | GET |
Returns the standard { data, meta } envelope. Not paginated by the UI but wrapped for consistency. 404 if the customer doesn't exist; 401 without an admin Bearer token.

