Skip to main content
Anchor to SubscriptionContractCalculationFetchDeliveryOptionsInput

SubscriptionContractCalculationFetchDeliveryOptionsInput

input_object

The input fields to fetch the available delivery options for an address.

Use this to discover the delivery options available for the contract without setting or changing the contract's committed delivery method.

•MailingAddressInput!
required

The address to fetch available delivery options for.

Anchor to withDeliveryCustomizationswithDeliveryCustomizations
•Boolean
Default:true

Whether to run delivery customization functions while discovering options. When false, delivery customization functions are bypassed and raw delivery options are returned. Defaults to true.


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?