Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionDeliveryMethodShippingOption
Represents the selected shipping option on a subscription contract.
Signature:
export interface SubscriptionDeliveryMethodShippingOption
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? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The code of the shipping option. | |
description? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The description of the shipping option. | |
presentmentTitle? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The presentment title of the shipping option. | |
title? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The title of the shipping option. |