--- title: SubscriptionShippingOption - Customer API description: A shipping option to deliver a subscription contract. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/subscriptionshippingoption md: https://shopify.dev/docs/api/customer/latest/objects/subscriptionshippingoption.md --- # Subscription​Shipping​Option object A shipping option to deliver a subscription contract. ## Fields * code [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The code of the shipping option. * description [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The description of the shipping option. * phone​Required [Boolean!](https://shopify.dev/docs/api/customer/latest/scalars/Boolean) non-null Whether a phone number is required for the shipping option. * presentment​Title [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The presentment title of the shipping option. * price [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The price of the shipping option. * title [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The title of the shipping option. *** ## Map ### Possible type in * [Subscription​Delivery​Option](https://shopify.dev/docs/api/customer/latest/unions/SubscriptionDeliveryOption)