Skip to main content
Anchor to SubscriptionContractUpdateCalculateUserError

SubscriptionContractUpdateCalculateUserError

object

An error that occurs during the execution of SubscriptionContractUpdateCalculate.

•SubscriptionContractUpdateCalculateUserErrorCode

The error code.

Show enum values
•[String!]

The path to the input field that caused the error.

•String!
non-null

The error message.


Was this section helpful?

•mutation

Starts an asynchronous calculation for changes to an existing subscription contract. The changes aren't applied to the contract until you commit the calculation, and fields omitted from the input remain unchanged.

Poll the subscriptionContractCalculation query to review the calculated contract, its projected order totals, and any warnings, then commit it with the subscriptionContractCalculationCommit mutation.

Learn how to update a subscription contract.

Show payload

Arguments

•SubscriptionActor

The actor who initiated a subscription action.

Show enum values
•ID!
required

The ID of the subscription contract to update.

•SubscriptionContractCalculationContractUpdateInput!
required

The input for the subscription contract update calculation.

Show input fields


Was this section helpful?


Was this section helpful?