# SubscriptionDeliveryMethodShipping - admin-graphql - OBJECT Version: 2024-10 ## Description Represents a shipping delivery method: a mailing address and a shipping option. ### Access Scopes the `read_own_subscription_contracts` or `write_own_subscription_contracts` scope. ## Fields * [address](/docs/api/admin-graphql/2024-10/objects/SubscriptionMailingAddress): SubscriptionMailingAddress! - The address to ship to. * [shippingOption](/docs/api/admin-graphql/2024-10/objects/SubscriptionDeliveryMethodShippingOption): SubscriptionDeliveryMethodShippingOption! - The details of the shipping method to use. ## Connections ## Related queries ## Related mutations ## Related Unions * [SubscriptionDeliveryMethod](/docs/api/admin-graphql/2024-10/unions/SubscriptionDeliveryMethod) Describes the delivery method to use to get the physical goods to the customer. ## Examples