# SubscriptionShippingOption - admin - OBJECT
Version: unstable

## 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/unstable/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/unstable/scalars/String): String! - The code of the shipping option.
* [description](/docs/api/admin/unstable/scalars/String): String - The description of the shipping option.
* [phoneRequired](/docs/api/admin/unstable/scalars/Boolean): Boolean - If a phone number is required for the shipping option.
* [presentmentTitle](/docs/api/admin/unstable/scalars/String): String - The presentment title of the shipping option.
* [price](/docs/api/admin/unstable/objects/MoneyV2): MoneyV2 - The price of the shipping option.
* [title](/docs/api/admin/unstable/scalars/String): String! - The title of the shipping option.

## Connections



## Related queries

## Related mutations

## Related Unions
* [SubscriptionDeliveryOption](/docs/api/admin/unstable/unions/SubscriptionDeliveryOption) The delivery option for a subscription contract.

## Examples