Skip to main content
Anchor to subscriptionContractFetchDeliveryOptions

subscriptionContractFetchDeliveryOptions

mutation

Requires the write_own_subscription_contracts scope.

Fetches the available delivery options for a Subscription Contract.

•CustomerAddressInput

The address to deliver the subscription contract to.

Show input fields
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.

Show union types
•[SubscriptionContractUserError!]!
non-null

The list of errors that occurred from executing the mutation.

Show fields

Was this section helpful?