Skip to main content
Anchor to SubscriptionContractSelectDeliveryMethodPayload

SubscriptionContractSelectDeliveryMethodPayload

payload

Return type for subscriptionContractSelectDeliveryMethod mutation.

•SubscriptionContract

The updated subscription contract object.

Show fields
•[SubscriptionContractUserError!]!
non-null

The list of errors that occurred from executing the mutation.

Show fields

Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Selects an option from a delivery options result and updates the delivery method on a Subscription Contract.

Show payload

Arguments

•SubscriptionDeliveryMethodInput!
required

The delivery method selected for the subscription contract.

Show input fields
Anchor to subscriptionContractIdsubscriptionContractId
•ID!
required

The ID of the subscription contract.

Anchor to subscriptionDeliveryOptionsResultTokensubscriptionDeliveryOptionsResultToken
•String!
required

The token associated with the successfully fetched delivery options result for the subscription contract.



Was this section helpful?