---
title: SubscriptionShippingOption - Customer API
description: A shipping option to deliver a subscription contract.
api_version: 2025-04
api_name: customer
type: object
api_type: graphql
source_url:
  html: >-
    https://shopify.dev/docs/api/customer/2025-04/objects/SubscriptionShippingOption
  md: >-
    https://shopify.dev/docs/api/customer/2025-04/objects/SubscriptionShippingOption.md
---

# Subscription​Shipping​Option

object

A shipping option to deliver a subscription contract.

## Fields

* code

  [String!](https://shopify.dev/docs/api/customer/2025-04/scalars/String)

  non-null

  The code of the shipping option.

* description

  [String](https://shopify.dev/docs/api/customer/2025-04/scalars/String)

  The description of the shipping option.

* phone​Required

  [Boolean!](https://shopify.dev/docs/api/customer/2025-04/scalars/Boolean)

  non-null

  Whether a phone number is required for the shipping option.

* presentment​Title

  [String](https://shopify.dev/docs/api/customer/2025-04/scalars/String)

  The presentment title of the shipping option.

* price

  [Money​V2!](https://shopify.dev/docs/api/customer/2025-04/objects/MoneyV2)

  non-null

  The price of the shipping option.

* title

  [String!](https://shopify.dev/docs/api/customer/2025-04/scalars/String)

  non-null

  The title of the shipping option.

***

## Map

### Possible type in

* [Subscription​Delivery​Option](https://shopify.dev/docs/api/customer/2025-04/unions/SubscriptionDeliveryOption)
