Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionDeliveryMethodShippingInput
Specifies shipping delivery method fields.
This input accepts partial input. When a field is not provided, its prior value is left unchanged.
Signature:
export interface SubscriptionDeliveryMethodShippingInput
Property | Modifiers | Type | Description |
---|---|---|---|
address? | InputMaybe<MailingAddressInput> | (Optional) The address to ship to. | |
shippingOption? | InputMaybe<SubscriptionDeliveryMethodShippingOptionInput> | (Optional) The details of the shipping method to use. |