Admin — resend a fulfilled order's ticket email

ADMIN

Re-sends the ticket email (with the consolidated PDF) for a completed
fulfillment order to the customer. Intended for server-to-server use by
qup-core — e.g. support requests, a lost email, or a corrected address.

The caller is a cross-campaign admin authorized by the
funtrips/fulfillment.write scope, so the endpoint is not
campaign-scoped: the order is resolved by fulfillment_order_id alone,
and an unknown id returns 404.

By default the ticket is sent to the email stored on the order. Supply
email in the body to override the recipient. A request body is required;
send {} to use the stored recipient.

Only COMPLETED orders that have a generated ticket can be resent —
otherwise 409 Conflict. If no recipient can be resolved, 422.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Platform-generated identifier of the fulfillment order.

Body Params

Body for re-sending a fulfilled order's ticket email. Send {} to use the
recipient stored on the order, or set email to override it.

string

Optional override recipient. Omit the field (or send null) to use the email stored on the fulfillment order. If present it must be a valid address — an empty string is rejected.

Headers
uuid
required

Client-generated UUID. Identical keys within the TTL window return the cached response.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
OAuth2
Missing 1 required scope
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json