Skip to main content
Anchor to SubscriptionContractCalculationDeliveryMethodPickupInput

SubscriptionContractCalculationDeliveryMethodPickupInput

input_object

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

•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 pickup option.

•ID!
non-null

The ID of the pickup location.

•String

The presentment title of the pickup option.

•String

The title of the pickup 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?