# SubscriptionDeliveryMethodShippingOption - admin-graphql - OBJECT Version: 2024-10 ## Description Represents the selected shipping option on 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. * [presentmentTitle](/docs/api/admin-graphql/2024-10/scalars/String): String - The presentment title 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 ## Examples