Preview

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

ResolveVendorIntegrationEventPayload

This page contains

    Fields

    event: ProductIntegrationEventItem PREVIEW

    The event after resolution, reloaded from the database.

    userErrors: [ResolveVendorIntegrationEventError!]! PREVIEW

    Field-level validation or authorization errors. Empty array on full success.

    Mutations for ResolveVendorIntegrationEventPayload

    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.