Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionShippingOption
A shipping option to deliver a subscription contract.
Signature:
export interface SubscriptionShippingOption
Property | Modifiers | Type | Description |
---|---|---|---|
carrierService? | Maybe<DeliveryCarrierService> | (Optional) The carrier service that’s providing this shipping option. This field isn’t currently supported and returns null. | |
code | Scalars[‘String’][‘output’] | The code of the shipping option. | |
description? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The description of the shipping option. | |
phoneRequired? | Maybe<Scalars[‘Boolean’][‘output’]> | (Optional) If a phone number is required for the shipping option. | |
presentmentTitle? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The presentment title of the shipping option. | |
price? | Maybe<MoneyV2> | (Optional) The price of the shipping option. | |
title | Scalars[‘String’][‘output’] | The title of the shipping option. |