# SubscriptionDeliveryMethodShipping - admin - OBJECT Version: unstable ## 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/unstable/objects/MailingAddress): MailingAddress! - The address to ship to. * [shippingOption](/docs/api/admin/unstable/objects/SubscriptionDeliveryMethodShippingOption): SubscriptionDeliveryMethodShippingOption! - The details of the shipping method to use. ## Connections ## Related queries ## Related mutations ## Related Unions * [SubscriptionDeliveryMethod](/docs/api/admin/unstable/unions/SubscriptionDeliveryMethod) Describes the delivery method to use to get the physical goods to the customer. ## Examples