Customer Addresses (GraphQL)
Lists every saved address for a customer. The admin Create-Order screen uses this as the billing / shipping address picker. Returned as a GraphQL cursor connection (the REST counterpart returns a plain array).
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
customerId | Int! | yes | The customer whose addresses to list. Unknown customer → error. |
Menu overview
See the Customer Addresses overview for how the address book fits into the customer screen.
All admin operations require an admin Bearer token — see Authentication.

