stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionDeliveryMethodShippingOption

AdminTypes.SubscriptionDeliveryMethodShippingOption interface

Represents the selected shipping option on a subscription contract.

Signature:

export interface SubscriptionDeliveryMethodShippingOption 

Properties

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.