subscriptionContractSelectDeliveryMethod - customer - MUTATION
Version: 2024-01
Description:
Selects an option from a delivery options result and updates the delivery method on a Subscription Contract.
Access Scopes
Arguments
subscriptionContractId
: ID! - The ID of the subscription contract.
subscriptionDeliveryOptionsResultToken
: String! - The token associated with the successfully fetched delivery options result for the subscription contract.
Returns
contract
: SubscriptionContract The updated subscription contract object.
Examples