Skip to main content
Anchor to subscriptionContractFetchDeliveryOptions

subscriptionContractFetchDeliveryOptions

mutation

Fetches the available delivery options for a Subscription Contract.

CustomerAddressInput

The address to deliver the subscription contract to.

Anchor to subscriptionContractIdsubscriptionContractId
ID!
required

The ID of the subscription contract.


Was this section helpful?

Anchor to SubscriptionContractFetchDeliveryOptionsPayload returnsSubscriptionContractFetchDeliveryOptionsPayload returns

Anchor to deliveryOptionsResultdeliveryOptionsResult
SubscriptionDeliveryOptionsResult

The available delivery options for a given delivery address. Returns null for pending requests.

[SubscriptionContractUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?