Skip to main content
Anchor to SubscriptionContractCalculationDeliveryMethodLocalDeliveryInput

SubscriptionContractCalculationDeliveryMethodLocalDeliveryInput

input_object

The input fields for local delivery method used for contract calculation.

•MailingAddressInput!
required

The address to deliver to.

•String

A custom reference to the delivery method for use with automations.

•MoneyInput!
required

The price for this delivery method. The amount must be greater than or equal to 0.

•String

The details displayed to the customer to describe the local delivery option.

•String

The delivery instructions that the customer can provide to the merchant.

•String!
non-null

The phone number that the customer must provide to the merchant. Formatted using E.164 standard. For example, +16135551111.

•String

The presentment title of the local delivery option.

•String

The title of the local delivery option.


Was this section helpful?

Anchor to Input objects using this inputInput objects using this input

•INPUT OBJECT

The input fields for delivery used during a contract calculation. This is a oneOf input: one, and only one, field can be provided.

Provide shipping, localDelivery, or pickup to set the committed delivery method. Provide none to explicitly set no delivery method (digital-only subscriptions). Provide fetchAvailableDeliveryOptions to discover the available delivery options for an address without changing the contract's committed delivery method.


Was this section helpful?