--- title: SubscriptionMailingAddress - GraphQL Admin description: Represents a Mailing Address on a Subscription. api_version: 2025-01 api_name: admin type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2025-01/objects/SubscriptionMailingAddress md: >- https://shopify.dev/docs/api/admin-graphql/2025-01/objects/SubscriptionMailingAddress.md --- # Subscription​Mailing​Address object Requires the `read_own_subscription_contracts` or `write_own_subscription_contracts` scope. Represents a Mailing Address on a Subscription. ## Fields * address1 [String](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/String) The first line of the address. Typically the street address or PO Box number. * address2 [String](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/String) The second line of the address. Typically the number of the apartment, suite, or unit. * city [String](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/String) The name of the city, district, village, or town. * company [String](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/String) The name of the customer's company or organization. * country [String](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/String) The name of the country. * country​Code [Country​Code](https://shopify.dev/docs/api/admin-graphql/2025-01/enums/CountryCode) The two-letter code for the country of the address. For example, US. * first​Name [String](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/String) The first name of the customer. * last​Name [String](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/String) The last name of the customer. * name [String](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/String) The full name of the customer, based on firstName and lastName. * phone [String](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/String) A unique phone number for the customer. Formatted using E.164 standard. For example, *+16135551111*. * province [String](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/String) The region of the address, such as the province, state, or district. * province​Code [String](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/String) The alphanumeric code for the region. For example, ON. * zip [String](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/String) The zip or postal code of the address. *** ## Map ### Fields with this object * {}[SubscriptionDeliveryMethodLocalDelivery.address](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/SubscriptionDeliveryMethodLocalDelivery#field-SubscriptionDeliveryMethodLocalDelivery.fields.address) * {}[SubscriptionDeliveryMethodShipping.address](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/SubscriptionDeliveryMethodShipping#field-SubscriptionDeliveryMethodShipping.fields.address)