Skip to main content
Anchor to SubscriptionContractCalculationDeliveryMethodShippingInput

SubscriptionContractCalculationDeliveryMethodShippingInput

input_object

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

•MailingAddressInput!
required

The address to ship to.

•ID

The carrier service ID of the shipping option.

•String

The code of the shipping option.

•MoneyInput!
required

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

•String

The description of the shipping option.

•String

The presentment title of the shipping option.

•String

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