Preview

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

ResolveVendorIntegrationEventInput

This page contains

    Fields

    token String!

    Token of the event to resolve.

    success Boolean!

    Whether to resolve the event as a success (true) or a failure (false).

    errorCode ProductIntegrationEventErrorCode PREVIEW

    Error code to record on the event. Relevant when success = false.

    message String

    Human-readable message to record on the event. Maximum 4096 characters.

    accountIdentifier String

    ISV account identifier to persist on the event (e.g. provisioned account ID).

    userIdentifier String

    ISV user identifier to persist on the event.

    Mutations for ResolveVendorIntegrationEventInput

    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.