Preview

ResolveVendorIntegrationEventError is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

ResolveVendorIntegrationEventError

This page contains

    Fields

    message: String!

    Human-readable error description.

    path: [String!]

    Path to the input field that caused the error, e.g. ["token"]. Null for general errors.

    Implements

    Mutations for ResolveVendorIntegrationEventError

    resolveVendorIntegrationEvent PREVIEW

    Manually resolve a pending or failed async integration event. Sets is_manually_resolved = Y and runs the full ISV callback chain. Child events sharing the same parentToken receive the same result.