--- title: MailingAddressConnection - Storefront API description: | An auto-generated type for paginating through multiple MailingAddresses. api_version: 2025-10 api_name: storefront type: connection api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/latest/connections/MailingAddressConnection md: https://shopify.dev/docs/api/storefront/latest/connections/MailingAddressConnection.md --- # Mailing​Address​Connection connection An auto-generated type for paginating through multiple MailingAddresses. ## Fields with this connection * [Customer.​addresses](https://shopify.dev/docs/api/storefront/latest/objects/Customer#field-addresses) OBJECT A customer represents a customer account with the shop. Customer accounts store contact information for the customer, saving logged-in customers the trouble of having to provide it at every checkout. *** ## Possible returns * edges [\[Mailing​Address​Edge!\]!](https://shopify.dev/docs/api/storefront/latest/objects/MailingAddressEdge) non-null A list of edges. * nodes [\[Mailing​Address!\]!](https://shopify.dev/docs/api/storefront/latest/objects/MailingAddress) non-null A list of the nodes contained in MailingAddressEdge. * page​Info [Page​Info!](https://shopify.dev/docs/api/storefront/latest/objects/PageInfo) non-null Information to aid in pagination. *** ## Map ### Fields with this connection * {}[Customer.addresses](https://shopify.dev/docs/api/storefront/latest/objects/Customer#field-addresses) ### Possible returns * <->[Mailing​Address​Connection.edges](https://shopify.dev/docs/api/storefront/latest/objects/MailingAddressConnection#field-edges) * <->[Mailing​Address​Connection.nodes](https://shopify.dev/docs/api/storefront/latest/objects/MailingAddressConnection#field-nodes) * <->[Mailing​Address​Connection.pageInfo](https://shopify.dev/docs/api/storefront/latest/objects/MailingAddressConnection#field-pageInfo)