Anchor to SubscriptionContractSelectDeliveryMethodPayloadSubscription
payloadSubscription Contract Select Delivery Method Payload
Return type for mutation.
Anchor to FieldsFields
- contract (SubscriptionContract)
- userErrors ([SubscriptionContractUserError!]!)
- Anchor to contractcontract•Subscription
Contract The updated subscription contract object.
- Anchor to userErrorsuser•[Subscription
Errors Contract User Error!]! non-null The list of errors that occurred from executing the mutation.
Was this section helpful?
Anchor to Mutations with this payloadMutations with this payload
- subscriptionContractSelectDeliveryMethod (SubscriptionContractSelectDeliveryMethodPayload)
- •mutation
Selects an option from a delivery options result and updates the delivery method on a Subscription Contract.
- Anchor to subscriptionContractIdsubscription•ID!
Contract Id required The ID of the subscription contract.
- Anchor to subscriptionDeliveryOptionsResultTokensubscription•String!
Delivery Options Result Token required The token associated with the successfully fetched delivery options result for the subscription contract.
- Anchor to deliveryMethodInputdelivery•Subscription
Method Input Delivery Method Input! required The delivery method selected for the subscription contract.
Arguments
Was this section helpful?