Skip to content

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

ArgumentTypeRequiredDescription
customerIdInt!yesThe 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.

Released under the MIT License.