--- title: SubscriptionDeliveryMethodShippingOption - GraphQL Admin description: Represents the selected shipping option on a subscription contract. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/subscriptiondeliverymethodshippingoption md: https://shopify.dev/docs/api/admin-graphql/latest/objects/subscriptiondeliverymethodshippingoption.md --- # Subscription​Delivery​Method​Shipping​Option object Requires the `read_own_subscription_contracts` or `write_own_subscription_contracts` scope. Represents the selected shipping option on a subscription contract. ## Fields * code [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The code of the shipping option. * description [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The description of the shipping option. * presentment​Title [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The presentment title of the shipping option. * title [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The title of the shipping option. * carrier​Service [Delivery​Carrier​Service](https://shopify.dev/docs/api/admin-graphql/latest/objects/DeliveryCarrierService) Deprecated *** ## Map ### Fields with this object * {}[SubscriptionDeliveryMethodShipping.shippingOption](https://shopify.dev/docs/api/admin-graphql/latest/objects/SubscriptionDeliveryMethodShipping#field-SubscriptionDeliveryMethodShipping.fields.shippingOption)