# SubscriptionShippingOption - admin-graphql - OBJECT Version: 2024-10 ## Description A shipping option to deliver a subscription contract. ### Access Scopes the `read_own_subscription_contracts` or `write_own_subscription_contracts` scope. ## Fields * [carrierService](/docs/api/admin-graphql/2024-10/objects/DeliveryCarrierService): DeliveryCarrierService - The carrier service that's providing this shipping option. This field isn't currently supported and returns null. * [code](/docs/api/admin-graphql/2024-10/scalars/String): String! - The code of the shipping option. * [description](/docs/api/admin-graphql/2024-10/scalars/String): String - The description of the shipping option. * [phoneRequired](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean - If a phone number is required for the shipping option. * [presentmentTitle](/docs/api/admin-graphql/2024-10/scalars/String): String - The presentment title of the shipping option. * [price](/docs/api/admin-graphql/2024-10/objects/MoneyV2): MoneyV2 - The price of the shipping option. * [title](/docs/api/admin-graphql/2024-10/scalars/String): String! - The title of the shipping option. ## Connections ## Related queries ## Related mutations ## Related Unions * [SubscriptionDeliveryOption](/docs/api/admin-graphql/2024-10/unions/SubscriptionDeliveryOption) The delivery option for a subscription contract. ## Examples