Skip to content

Resend EU Withdrawal Confirmation

GraphQL counterpart of POST /api/admin/eu-withdrawals/{id}/resend-confirmation. Re-sends the durable-medium confirmation email for a declaration in its own locale and refreshes confirmationSentAt. Use this when the original acknowledgement bounced or the customer requests another copy. Runs against the admin GraphQL endpoint POST /api/admin/graphql.

Operation

resendConfirmationAdminEuWithdrawal — pass the declaration IRI (/api/admin/eu-withdrawals/{id}) as input.id. No other input is required. Select _id for the numeric id on the result.

Input

FieldTypeRequiredDescription
idID!yesThe declaration IRI.

Permission

sales.eu_withdrawals.resend_confirmation

Released under the MIT License.