Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionDeliveryMethodShippingOptionInput
The input fields for shipping option.
Signature:
export interface SubscriptionDeliveryMethodShippingOptionInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| carrierServiceId? | InputMaybe<Scalars[‘ID’][‘input’]> | (Optional) The carrier service ID of the shipping option. | |
| code? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The code of the shipping option. | |
| description? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The description of the shipping option. | |
| presentmentTitle? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The presentment title of the shipping option. | |
| title? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The title of the shipping option. |