Anchor to subscriptionContractSelectDeliveryMethodsubscription
mutationsubscription Contract Select Delivery Method
Selects an option from a delivery options result and updates the delivery method on a Subscription Contract.
Anchor to Arguments
Arguments
- Anchor to deliveryMethodInputdelivery•Subscription
Method Input Delivery Method Input!required The delivery method selected for the subscription contract.
- Anchor to subscriptionContractIdsubscription•ID!required
Contract Id The ID of the subscription contract.
- Anchor to subscriptionDeliveryOptionsResultTokensubscription•String!required
Delivery Options Result Token The token associated with the successfully fetched delivery options result for the subscription contract.
Was this section helpful?
Anchor to SubscriptionContractSelectDeliveryMethodPayload returnsSubscription Contract Select Delivery Method Payload returns
- 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?